diff --git a/prefs.js b/prefs.js index 8bcebda..8c28ef9 100644 --- a/prefs.js +++ b/prefs.js @@ -1,5 +1,5 @@ // ------------------------------------------------------ // -// Extension Settings Menu for Simple Tiling - Version 4 // +// Extension Settings Menu for Simple Tiling - Version 5 // // © 2025 domoel – MIT // // ------------------------------------------------------ // @@ -78,7 +78,6 @@ function buildPrefsWidget() { addKeybinding(store, settings, "focus-left", "Fokus nach links wechseln"); addKeybinding(store, settings, "focus-right", "Fokus nach rechts wechseln"); - let treeView = new Gtk.TreeView({ model: store, headers_visible: false,