1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: exit AAS & emulator

This commit is contained in:
RedDeadDepresso
2024-01-06 00:11:18 +00:00
committed by YoursFunny
parent 1ab7c5c40f
commit c674c7a53b
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)