Skip to content

Commit

Permalink
fix: lock all
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed May 13, 2024
1 parent d2d5be3 commit bf6e593
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/main/ipc-operations/widget-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ipcMain.handle(IpcChannels.SET_LOCK_ALL_WIDGETS, (event, lock: boolean) => {
const widgets = getWidgetsJson(config.widgetsJsonPath);
Object.keys(widgets).forEach((key) => {
widgets[key].locked = lock;
windowManager.reCreateWidget(key);
});
setWidgetsJson(widgets, config.widgetsJsonPath);
windowManager.reloadMainWindow();
Expand Down

0 comments on commit bf6e593

Please sign in to comment.