Bump to version 68.4

This commit is contained in:
Artyom Zorin
2025-07-31 20:01:46 +01:00
parent f6c8dd38ce
commit 216d932ccc
4 changed files with 21 additions and 15 deletions
+3 -1
View File
@@ -254,7 +254,9 @@ export const PanelManager = class {
'monitors-changed',
async () => {
if (Main.layoutManager.primaryMonitor) {
await PanelSettings.setMonitorsInfo(SETTINGS)
await PanelSettings.setMonitorsInfo(SETTINGS).catch((e) =>
console.log(e),
)
this._reset()
}
},