Merge pull request 'fix about icon' (#11) from 4-06-2025 into main
Reviewed-on: #11
This commit is contained in:
@ -64,6 +64,11 @@ class AppConfig:
|
|||||||
"resizable_window": (True, True),
|
"resizable_window": (True, True),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Images and icons paths
|
||||||
|
IMAGE_PATHS: Dict[str, Path] = {
|
||||||
|
"icon_log": "/usr/share/icons/lx-icons/48/log.png",
|
||||||
|
}
|
||||||
|
|
||||||
# System-dependent paths
|
# System-dependent paths
|
||||||
SYSTEM_PATHS: Dict[str, Path] = {
|
SYSTEM_PATHS: Dict[str, Path] = {
|
||||||
"tcl_path": "/usr/share/TK-Themes",
|
"tcl_path": "/usr/share/TK-Themes",
|
||||||
|
Reference in New Issue
Block a user