Enable tab drop feature in split view and update event listener accordingly

This commit is contained in:
mr. M
2025-03-10 17:01:15 +01:00
parent 3972a181e6
commit a9f2bf2d54
2 changed files with 6 additions and 3 deletions

View File

@@ -187,6 +187,7 @@ pref('zen.sidebar.close-on-blur', true);
pref('zen.sidebar.max-webpanels', 8);
// Zen Split View
pref('zen.splitView.enable-tab-drop', true);
pref('zen.splitView.min-resize-width', 7);
pref('zen.splitView.change-on-hover', false);
pref('zen.splitView.rearrange-hover-size', 24);