Calculating dynamic background gradient, option to stretch image

This commit is contained in:
2024-01-14 15:32:45 +01:00
parent 66e4023b7a
commit 20223b21de
6 changed files with 102 additions and 47 deletions

View File

@@ -59,6 +59,8 @@ CinnamonDynamicWallpaperExtension.prototype = {
_init: function(uuid) {
this.settings = new Settings.ExtensionSettings(this, uuid);
this.bindSettings("expand_over_all_displays", this.settingsUpdated)
// Check for the first startup
if (this.settings.getValue("first_start")) {