Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Sep 25, 2024
1 parent dcc4c7a commit 3459d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _update_resolution_event(flag=None):
resolution = monitor.get_common_resolution()
else:
i = int(float(get("default-monitor", "0", "screen")))
n = get("default-monitor-name", "", "screen")))
n = get("default-monitor-name", "", "screen")
monitor.init_monitor()
mlist = monitor.get_monitors()
if n in mlist:
Expand Down

0 comments on commit 3459d23

Please sign in to comment.