Update prefs.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// ------------------------------------------------------ //
|
// ------------------------------------------------------ //
|
||||||
// Extension Settings Menu for Simple Tiling - Version 4 //
|
// Extension Settings Menu for Simple Tiling - Version 5 //
|
||||||
// © 2025 domoel – MIT //
|
// © 2025 domoel – MIT //
|
||||||
// ------------------------------------------------------ //
|
// ------------------------------------------------------ //
|
||||||
|
|
||||||
@@ -78,7 +78,6 @@ function buildPrefsWidget() {
|
|||||||
addKeybinding(store, settings, "focus-left", "Fokus nach links wechseln");
|
addKeybinding(store, settings, "focus-left", "Fokus nach links wechseln");
|
||||||
addKeybinding(store, settings, "focus-right", "Fokus nach rechts wechseln");
|
addKeybinding(store, settings, "focus-right", "Fokus nach rechts wechseln");
|
||||||
|
|
||||||
|
|
||||||
let treeView = new Gtk.TreeView({
|
let treeView = new Gtk.TreeView({
|
||||||
model: store,
|
model: store,
|
||||||
headers_visible: false,
|
headers_visible: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user