mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Refactored ROOT_PATH to be a subfolder in the current user's home directory (configs and settings will not need to be manually moved between updates)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module TAC
|
||||
THEME_FONT = "#{TAC::ROOT_PATH}/media/fonts/NotoSans-Bold.ttf"
|
||||
THEME_BOLD_FONT = "#{TAC::ROOT_PATH}/media/fonts/NotoSans-Black.ttf"
|
||||
THEME_FONT = "#{TAC::MEDIA_PATH}/fonts/NotoSans-Bold.ttf"
|
||||
THEME_BOLD_FONT = "#{TAC::MEDIA_PATH}/fonts/NotoSans-Black.ttf"
|
||||
THEME = {
|
||||
TextBlock: {
|
||||
text_static: true,
|
||||
@@ -27,7 +27,7 @@ module TAC
|
||||
},
|
||||
ToggleButton: {
|
||||
width: 18,
|
||||
checkmark_image: "#{TAC::ROOT_PATH}/media/icons/checkmark.png",
|
||||
checkmark_image: "#{TAC::MEDIA_PATH}/icons/checkmark.png",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user