mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 20:01:47 +00:00
Add option to disable hardware acceleration
This commit is contained in:
@ -15,6 +15,7 @@ const store = new Store({
|
||||
autoUpdates: true,
|
||||
hideMenu: false,
|
||||
startAtLogin: false,
|
||||
disableHardwareAcceleration: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
@ -34,4 +35,6 @@ module.exports = {
|
||||
autoUpdate: () => store.get("options.autoUpdates"),
|
||||
hideMenu: () => store.get("options.hideMenu"),
|
||||
startAtLogin: () => store.get("options.startAtLogin"),
|
||||
disableHardwareAcceleration: () =>
|
||||
store.get("options.disableHardwareAcceleration"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user