From cc2ef49a3bbd944c2e7bf034c8a02a1f4c00e3e8 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Tue, 10 May 2022 23:19:58 +0100 Subject: [PATCH] Add the OnLoad task This is required for Droptop to refresh and show the theme. --- .../Other/BackgroundProcesses/Tasks/DownloadWallpaper.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Skins/Droptop/Other/BackgroundProcesses/Tasks/DownloadWallpaper.ini diff --git a/Skins/Droptop/Other/BackgroundProcesses/Tasks/DownloadWallpaper.ini b/Skins/Droptop/Other/BackgroundProcesses/Tasks/DownloadWallpaper.ini new file mode 100644 index 0000000..adc7a41 --- /dev/null +++ b/Skins/Droptop/Other/BackgroundProcesses/Tasks/DownloadWallpaper.ini @@ -0,0 +1,8 @@ +[Rainmeter] +OnRefreshAction=["#WallpaperDownloadLink#"][!DeactivateConfig] + +[Variables] +@Include=#@#Themes\99Settings.inc + +[Meter] +Meter=String \ No newline at end of file