Skip to content

Commit

Permalink
Update: Temp_Cleaner GUI v6.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertX2k authored Jun 23, 2023
1 parent 6ee9b34 commit 1d6dd47
Show file tree
Hide file tree
Showing 5 changed files with 3,214 additions and 128 deletions.
4 changes: 2 additions & 2 deletions Config.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[ProgConfig]
version = 6.6.0
version = 6.7.0
rammappath = $DEFAULT
adwclrpath = $DEFAULT
winxpepath = $NONE
cdpccpath = $DEFAULT
appearancemode = 2
appearancemode = 1
languagesetting = en
customcursors = True
autocheckforupdates = 1
Expand Down
3 changes: 2 additions & 1 deletion donators.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def __init__(self):
self.wm_resizable(False, False) # instructing wm that window isn't resizable.
# disabling HiDPi awareness (see <https://sourceforge.net/p/temp-cleaner-gui/tickets/1/>)
deactivate_automatic_dpi_awareness()
set_appearance_mode("dark") # theme mode is always dark.
self.attributes('-topmost',True)
# set_appearance_mode("dark") # theme mode is always dark.

try:
self.iconbitmap(f"{application_path}\\donators.ico")
Expand Down
Loading

0 comments on commit 1d6dd47

Please sign in to comment.