1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-24 05:14:52 +00:00

feat: exit AAS & emulator

This commit is contained in:
RedDeadDepresso
2024-01-06 00:11:18 +00:00
parent 524f15e2bf
commit 517c0f1033
7 changed files with 20 additions and 12 deletions
+4 -1
View File
@@ -13,4 +13,7 @@ class CTkAddButton(customtkinter.CTkFrame):
def set_button(self, value):
self.option_menu.set("")
self.button.configure(text=value)
self.button.configure(text=value)
def configure(self, *args, **kwargs):
self.button.configure(*args, **kwargs)