2 Commits
1.0.2 ... 1.0.3

Author SHA1 Message Date
jpattWPC
61edff3e87 Merge pull request #6 from richardcgingrasjr/main
Moved theme set location
2022-04-11 15:48:31 -05:00
Richard C Gingras Jr
163c83d3b2 Moved theme set location 2022-03-17 22:37:58 -04:00

View File

@@ -32,8 +32,6 @@ class G:
inidebug = False
theme = 'LightBlue'
sg.theme(G.theme)
def get_dpi():
import ctypes
import win32api # pip install pywin32
@@ -412,6 +410,7 @@ def main():
setcmd()
if not loadconfig(config_location):
return False
sg.theme(G.theme)
loggedin = False
while True:
if not loggedin: