- more lint
This commit is contained in:
parent
8e459fb6a6
commit
bda6f7e3e7
1 changed files with 2 additions and 2 deletions
|
|
@ -1232,7 +1232,7 @@ class MainSettingsWindow():
|
|||
screen = self.window.get_screen()
|
||||
plug = "Any"
|
||||
monitor = None
|
||||
if(button.get_active()>0):
|
||||
if button.get_active()>0:
|
||||
monitor = screen.get_monitor_plug_name(button.get_active()-1)
|
||||
if monitor:
|
||||
plug = monitor
|
||||
|
|
@ -1275,7 +1275,7 @@ class MainSettingsWindow():
|
|||
screen = self.window.get_screen()
|
||||
plug = "Any"
|
||||
monitor = None
|
||||
if(button.get_active()>0):
|
||||
if button.get_active()>0:
|
||||
monitor = screen.get_monitor_plug_name(button.get_active()-1)
|
||||
if monitor:
|
||||
plug = monitor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue