feat: added wayland support. fixes #262 #157

This commit is contained in:
2023-08-07 20:48:29 +02:00
parent aa17d80450
commit a0c73596e4
9 changed files with 110 additions and 76 deletions

View File

@@ -24,8 +24,9 @@ export const settingsStore = new Store({
token: "",
},
flags: {
gpuRasterization: true,
disableHardwareMediaKeys: false,
enableWaylandSupport: true,
gpuRasterization: true,
},
menuBar: true,
minimizeOnClose: false,