This commit is contained in:
Charles Gagnon
2023-09-22 08:39:34 -04:00
parent da31a75452
commit e63fac1361

View File

@@ -2243,7 +2243,7 @@ const BuilderScope = GObject.registerClass({
if (this._preferences._tray_size_timeout > 0)
GLib.Source.remove(this._preferences._tray_size_timeout);
this._preferences._tray_size_timeout = GLib.timeout_add(GLib.PRIORITY_DEFAULT, SCALE_UPDATE_TIMEOUT, () => {)
this._preferences._tray_size_timeout = GLib.timeout_add(GLib.PRIORITY_DEFAULT, SCALE_UPDATE_TIMEOUT, () => {
this._preferences._settings.set_int('tray-size', scale.get_value());
this._preferences._tray_size_timeout = 0;
return GLib.SOURCE_REMOVE;