Update prefs.js

This commit is contained in:
2025-07-25 16:57:22 +02:00
committed by GitHub
parent c39a6799e2
commit b0586e9c36
+1 -2
View File
@@ -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,