mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Add: Pip updater
This commit is contained in:
@@ -288,7 +288,7 @@ class AlasGUI(Frame):
|
||||
label_on=t("Gui.Button.Stop"),
|
||||
label_off=t("Gui.Button.Start"),
|
||||
onclick_on=lambda: self.alas.stop(),
|
||||
onclick_off=lambda: self.alas.start(updater.event, 'Alas'),
|
||||
onclick_off=lambda: self.alas.start('Alas', updater.event),
|
||||
get_state=lambda: self.alas.alive,
|
||||
color_on='off',
|
||||
color_off='on',
|
||||
|
||||
Reference in New Issue
Block a user