mirror of
https://github.com/vyvir/althea.git
synced 2026-06-05 23:09:28 -05:00
bugfix 2
This commit is contained in:
@@ -269,7 +269,7 @@ def winerm():
|
|||||||
Login().on_click_me_clicked1()
|
Login().on_click_me_clicked1()
|
||||||
else:
|
else:
|
||||||
silent_remove(f"{(altheapath)}/saved.txt")
|
silent_remove(f"{(altheapath)}/saved.txt")
|
||||||
win3 = login()
|
win3 = Login()
|
||||||
win3.show_all()
|
win3.show_all()
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
|
|
||||||
@@ -277,13 +277,13 @@ def win1():
|
|||||||
if os.path.isfile(f"{(altheapath)}/saved.txt"):
|
if os.path.isfile(f"{(altheapath)}/saved.txt"):
|
||||||
winerm()
|
winerm()
|
||||||
else:
|
else:
|
||||||
openwindow(login)
|
openwindow(Login)
|
||||||
|
|
||||||
def win2(_):
|
def win2(_):
|
||||||
if os.path.isfile(f"{(altheapath)}/saved.txt"):
|
if os.path.isfile(f"{(altheapath)}/saved.txt"):
|
||||||
winerm()
|
winerm()
|
||||||
else:
|
else:
|
||||||
openwindow(login)
|
openwindow(Login)
|
||||||
|
|
||||||
def actionCallback(notification, action, user_data=None):
|
def actionCallback(notification, action, user_data=None):
|
||||||
Gtk.show_uri_on_window(
|
Gtk.show_uri_on_window(
|
||||||
|
|||||||
Reference in New Issue
Block a user