mirror of
https://github.com/RedDeadDepresso/KKAFIO.git
synced 2025-12-22 09:20:02 +00:00
renamed
This commit is contained in:
@@ -21,7 +21,7 @@ class App(customtkinter.CTk):
|
|||||||
config.load_config()
|
config.load_config()
|
||||||
|
|
||||||
def configure_window(self):
|
def configure_window(self):
|
||||||
self.title("KAFIO")
|
self.title("KKAFIO")
|
||||||
self.geometry(f"{1500}x{850}")
|
self.geometry(f"{1500}x{850}")
|
||||||
self.iconbitmap('gui/icons/karin.ico')
|
self.iconbitmap('gui/icons/karin.ico')
|
||||||
"""
|
"""
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
"CreateBackup": {
|
"CreateBackup": {
|
||||||
"Enable": false,
|
"Enable": false,
|
||||||
"OutputPath": "",
|
"OutputPath": "",
|
||||||
"Filename": "homework",
|
"Filename": "",
|
||||||
"GameFolders": {
|
"GameFolders": {
|
||||||
"UserData": false,
|
"UserData": false,
|
||||||
"mods": false,
|
"mods": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user