diff options
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml index 8927a16..c49240e 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -394,6 +394,7 @@ Singleton { function serializePaths(): var { return { wallpaper: paths.wallpaper, + face: paths.face, sessionGif: paths.sessionGif, mediaGif: paths.mediaGif }; |