mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
YM Custom titlebar support
This commit is contained in:
parent
a43659141b
commit
5f12201f30
14
patches/0005-Custom-title-bar.patch
Normal file
14
patches/0005-Custom-title-bar.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff --git a/main/index.js b/main/index.js
|
||||
--- a/main/index.js
|
||||
+++ b/main/index.js
|
||||
@@ -50,9 +50,7 @@ Logger_js_1.Logger.setupLogger();
|
||||
const trayEnabled = process.env.TRAY_ENABLED && process.env.TRAY_ENABLED > 0;
|
||||
if (trayEnabled){createTray(window);}
|
||||
await (0, loadURL_js_1.loadURL)(window);
|
||||
- if (node_os_1.default.platform() === platform_js_1.Platform.WINDOWS) {
|
||||
- (0, customTitleBar_js_1.createCustomTitleBar)(window);
|
||||
- }
|
||||
+ (0, customTitleBar_js_1.createCustomTitleBar)(window);
|
||||
if (config_js_1.config.enableAutoUpdate) {
|
||||
updater.start();
|
||||
updater.onUpdate((version) => {
|
@ -73,6 +73,7 @@ find "./" -type f \( -name "*.js" -o -name "*.js.map" \) -print0 | while IFS= re
|
||||
# Use 'sed' to perform the replacement in-place
|
||||
sed -i "s/a.t.WINDOWS/a.t.LINUX/g" "$file"
|
||||
sed -i "s/B.LINUX/B.WINDOWS/g" "$file"
|
||||
sed -i "s/t4T.WINDOWS/t4T.LINUX/g" "$file"
|
||||
done
|
||||
echo "OS spoofed"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user