+ fix popup messages
This commit is contained in:
@@ -60,7 +60,7 @@ def gui():
|
|||||||
break
|
break
|
||||||
|
|
||||||
if event == '-DONATE-':
|
if event == '-DONATE-':
|
||||||
sg.popup_annoying(('You donated $'+ str(random.randint(0, 1000000000000000)) + '.') , title='Error')
|
sg.popup_notify(('You donated $'+ str(random.randint(0, 1000000000000000)) + '.') , title='Error')
|
||||||
|
|
||||||
if event == '-OUTPUT FOLDER-':
|
if event == '-OUTPUT FOLDER-':
|
||||||
fnames = output(values)
|
fnames = output(values)
|
||||||
@@ -85,7 +85,7 @@ def gui():
|
|||||||
file_path = os.path.join(
|
file_path = os.path.join(
|
||||||
values["-JAVA FOLDER-"],
|
values["-JAVA FOLDER-"],
|
||||||
)
|
)
|
||||||
sg.popup_annoying('Succsessful created!' , title='Info')
|
sg.popup_notify('Succsessful created!' , title='Created')
|
||||||
|
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user