Utlize LSUIElement for Helper binary

This commit is contained in:
Mykola Grymalyuk
2023-05-17 12:36:27 -06:00
parent d576752744
commit 96fcba8391
7 changed files with 11 additions and 8 deletions

View File

@@ -1,11 +1,12 @@
# Copyright (C) 2022, Mykola Grymalyuk
import wx
import logging
import plistlib
import subprocess
import webbrowser
import logging
from pathlib import Path
import wx
from resources import utilities, updates, global_settings, network_handler, constants
from resources.sys_patch import sys_patch_detect