Implemented a callable function that sets the wallpaper. (#463)

* Implemented a callable function that sets the wallpaper.

* Remove log
This commit is contained in:
Jas Singh
2024-11-08 20:56:47 -08:00
committed by GitHub
parent 2e64f7738f
commit 51581b198f
3 changed files with 24 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import 'lib/session';
import 'scss/style';
import 'globals/useTheme';
import 'globals/wallpaper';
import 'globals/systray';
import 'globals/dropdown.js';
import 'globals/utilities';