This commit is contained in:
2025-10-14 07:50:27 -04:00
parent fd7e849158
commit 7c1fc04add
7 changed files with 127 additions and 91 deletions

View File

@@ -2,7 +2,7 @@ import os
PLUGIN_DIR = os.path.split(os.path.realpath(__file__))[0]
DEFAULT_ICON = 'bal32x32.png'
DEFAULT_ICON_PATH = 'icons'
DEFAULT_ICON_PATH = ''
def icon_path(icon_basename: str = DEFAULT_ICON):