Observer pattern, Bugfixes

This commit is contained in:
2024-02-04 14:45:12 +01:00
parent 53f5984eb5
commit 34e44f4b3c
8 changed files with 248 additions and 179 deletions

View File

@@ -127,8 +127,7 @@ CinnamonDynamicWallpaperExtension.prototype = {
notification.addButton("open-settings", _("Open settings"));
notification.connect("action-invoked", () =>
Util.spawnCommandLine("/usr/bin/env python3 " +
DIRECTORY.path + "/preferences.py"));
Util.spawnCommandLine("/usr/bin/env python3 " + DIRECTORY.path + "/src/main.py"));
}
// Put all together