Small fix

This commit is contained in:
2024-02-12 12:17:33 +01:00
parent 72144f76c6
commit d2d954b25f

View File

@@ -69,7 +69,7 @@ CinnamonDynamicWallpaperExtension.prototype = {
Gettext.bindtextdomain(UUID, GLib.get_home_dir() + '/.local/share/locale'); Gettext.bindtextdomain(UUID, GLib.get_home_dir() + '/.local/share/locale');
// Check for the first startup // Check for the first startup
if (!this.settings.getValue("first_start")) { if (this.settings.getValue("first_start")) {
// Welcome notification // Welcome notification
this.showNotification(_("Welcome to Cinnamon Dynamic Wallpaper"), this.showNotification(_("Welcome to Cinnamon Dynamic Wallpaper"),