Skip to content

Commit

Permalink
Don't recreate tray after HW change either
Browse files Browse the repository at this point in the history
FFS
  • Loading branch information
xanderfrangos committed Oct 7, 2024
1 parent 7ec1174 commit 4d4159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,7 @@ function handleMonitorChange(t, e, d) {
clearTimeout(handleChangeTimeout2)
}
handleChangeTimeout2 = setTimeout(async () => {
recreateTray()
if(settings.recreateTray) recreateTray();

// Reset all known displays
await refreshMonitors(true)
Expand Down

0 comments on commit 4d4159e

Please sign in to comment.