Adding OK button, bugfixes

This commit is contained in:
2024-01-16 11:46:36 +01:00
parent 506bb45dda
commit c04ec20704
5 changed files with 30 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ CinnamonDynamicWallpaperExtension.prototype = {
this.settings = new Settings.ExtensionSettings(this, uuid);
// Check for the first startup
if (!this.settings.getValue("first_start")) {
if (this.settings.getValue("first_start")) {
// Welcome notification
this.showNotification("Welcome to Cinnamon Dynamic Wallpaper",