From 163c83d3b271137ddb4cd0b6bf65f750058b324c Mon Sep 17 00:00:00 2001 From: Richard C Gingras Jr Date: Thu, 17 Mar 2022 22:37:58 -0400 Subject: [PATCH] Moved theme set location --- vdiclient.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vdiclient.py b/vdiclient.py index 85fb01c..46ab7f9 100644 --- a/vdiclient.py +++ b/vdiclient.py @@ -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: