wallpapers: update current path
This commit is contained in:
parent
b1e1a575c6
commit
53db2c572f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import QtQuick
|
|||
Singleton {
|
||||
id: root
|
||||
|
||||
readonly property string currentNamePath: `${Paths.state}/wallpaper/last.txt`.slice(7)
|
||||
readonly property string currentNamePath: `${Paths.state}/wallpaper/path.txt`.slice(7)
|
||||
readonly property string path: `${Paths.pictures}/Wallpapers`.slice(7)
|
||||
|
||||
readonly property list<Wallpaper> list: wallpapers.instances
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue