Skip to content

Commit c52fae8

Browse files
committed
Fix bug preventing the program from working on windows
1 parent 9c3b628 commit c52fae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alass-gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def set_out_file():
3030
def choose_terminal():
3131
if sys.platform == 'win32':
3232
term_cb.config(state='disabled', values=terminals.term_win)
33+
term.set(terminals.term_win[0])
3334
return
3435
term_cb.config(values=terminals.term_linux)
3536
for t in terminals.term_linux:

0 commit comments

Comments
 (0)