File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111LOG_FILE_NAME : Final [str ] = "logging.txt"
1212LOCK_FILE_NAME : Final [str ] = "pg.lock"
1313
14- STARTUP_LINK_PATH : Final [str ] = os .path .join (winshell .startup (), f"{ APP_NAME } .lnk" )
1514STARTUP_TASK_NAME : Final [str ] = f"{ APP_NAME } Autostart"
1615
1716CONFIG_FILE_NAME : Final [str ] = "config.json"
Original file line number Diff line number Diff line change 11import os
2- import traceback
32from threading import Thread
43from time import sleep
54from typing import Optional
98from pystray ._win32 import Icon
109
1110from configuration .config import Config
12- from configuration .logs import Logs
1311from constants .any import LOG , LOG_FILE_NAME
1412from constants .app_info import APP_NAME_WITH_VERSION , APP_NAME
1513from constants .ui import RC_TITLE
Original file line number Diff line number Diff line change 1- import os
21import sys
32
4- from constants .any import STARTUP_LINK_PATH , STARTUP_TASK_NAME
3+ from constants .any import STARTUP_TASK_NAME
54from constants .resources import STARTUP_SCRIPT
65from util .scheduler import TaskScheduler
76from util .utils import is_portable
You can’t perform that action at this time.
0 commit comments