mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix typo
This commit is contained in:
2
prefs.js
2
prefs.js
@@ -2243,7 +2243,7 @@ const BuilderScope = GObject.registerClass({
|
|||||||
if (this._preferences._tray_size_timeout > 0)
|
if (this._preferences._tray_size_timeout > 0)
|
||||||
GLib.Source.remove(this._preferences._tray_size_timeout);
|
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._settings.set_int('tray-size', scale.get_value());
|
||||||
this._preferences._tray_size_timeout = 0;
|
this._preferences._tray_size_timeout = 0;
|
||||||
return GLib.SOURCE_REMOVE;
|
return GLib.SOURCE_REMOVE;
|
||||||
|
|||||||
Reference in New Issue
Block a user