Skip to content

Commit 1d6dd47

Browse files
authored
Update: Temp_Cleaner GUI v6.7-dev
1 parent 6ee9b34 commit 1d6dd47

File tree

5 files changed

+3214
-128
lines changed

5 files changed

+3214
-128
lines changed

Config.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[ProgConfig]
2-
version = 6.6.0
2+
version = 6.7.0
33
rammappath = $DEFAULT
44
adwclrpath = $DEFAULT
55
winxpepath = $NONE
66
cdpccpath = $DEFAULT
7-
appearancemode = 2
7+
appearancemode = 1
88
languagesetting = en
99
customcursors = True
1010
autocheckforupdates = 1

donators.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ def __init__(self):
6969
self.wm_resizable(False, False) # instructing wm that window isn't resizable.
7070
# disabling HiDPi awareness (see <https://sourceforge.net/p/temp-cleaner-gui/tickets/1/>)
7171
deactivate_automatic_dpi_awareness()
72-
set_appearance_mode("dark") # theme mode is always dark.
72+
self.attributes('-topmost',True)
73+
# set_appearance_mode("dark") # theme mode is always dark.
7374

7475
try:
7576
self.iconbitmap(f"{application_path}\\donators.ico")

0 commit comments

Comments
 (0)