- unused argument
This commit is contained in:
@@ -76,7 +76,7 @@ class gui:
|
|||||||
window = sg.Window('Nassi Viewer', layout, resizable=True)
|
window = sg.Window('Nassi Viewer', layout, resizable=True)
|
||||||
return window
|
return window
|
||||||
|
|
||||||
def show_gui(self, theme: str, window: sg.Window):
|
def show_gui(self, window: sg.Window):
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
event, values = window.read()
|
event, values = window.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user