feat: add environment variable support for settings and theme file paths
This commit is contained in:
parent
3e4c9095d7
commit
eb4db2b910
2 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Singleton {
|
|||
// FileView to load theme data from JSON file
|
||||
FileView {
|
||||
id: themeFile
|
||||
path: Settings.settingsDir + "Theme.json"
|
||||
path: Settings.themeFile
|
||||
watchChanges: true
|
||||
onFileChanged: reload()
|
||||
onAdapterUpdated: writeAdapter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue