Bump to version 68.9

This commit is contained in:
Artyom Zorin
2025-09-08 21:42:14 +01:00
parent dcec9442c2
commit 388febf2fd
4 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -881,7 +881,7 @@ const Preferences = class {
})
// Panel border
this._settings.bind(
/*this._settings.bind(
'trans-use-border',
this._builder.get_object('trans_border_switch'),
'active',
@@ -934,7 +934,7 @@ const Preferences = class {
.get_object('trans_border_width_spinbutton')
.connect('value-changed', (widget) => {
this._settings.set_int('trans-border-width', widget.get_value())
})
})*/
this._settings.bind(
'intellihide',