From d5bf3ff34bd5135889e00e7365c2365e5a0ffcbd Mon Sep 17 00:00:00 2001 From: oleting Date: Thu, 24 Dec 2020 00:38:25 +0100 Subject: [PATCH] + fix popup messages --- gui/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/gui.py b/gui/gui.py index c6d8023..62cc944 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -60,7 +60,7 @@ def gui(): break 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-': fnames = output(values) @@ -85,7 +85,7 @@ def gui(): file_path = os.path.join( values["-JAVA FOLDER-"], ) - sg.popup_annoying('Succsessful created!' , title='Info') + sg.popup_notify('Succsessful created!' , title='Created') except: pass