From 703b7d66e852cf1a5d829755d1d3575eff9bf8a7 Mon Sep 17 00:00:00 2001 From: mortim Date: Mon, 27 Apr 2026 21:28:57 +0200 Subject: [PATCH] Prevents color overriding when the desklet is reloaded --- .../files/prayertimes@linworx.org/5.8/desklet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/prayertimes@linworx.org/files/prayertimes@linworx.org/5.8/desklet.js b/prayertimes@linworx.org/files/prayertimes@linworx.org/5.8/desklet.js index 2f2c8810a..eb03d67ef 100644 --- a/prayertimes@linworx.org/files/prayertimes@linworx.org/5.8/desklet.js +++ b/prayertimes@linworx.org/files/prayertimes@linworx.org/5.8/desklet.js @@ -46,7 +46,6 @@ class MuslimPrayerTimesDesklet extends Desklet.Desklet { this.settings.bind("show_date", "show_date", this.setupUI); this.settings.bindProperty(Settings.BindingDirection.BIDIRECTIONAL, "transparency", "transparency", this.setupUI); - this.color = 'rgb(255,255,255)'; this.city = "Getting location..."; this.logger = new Logger.New([metadata.uuid, desklet_id].join('#')); this.today = new Date().getDate();