Place tab bar below menu bar by default

This commit is contained in:
glubsy 2020-07-31 16:59:34 +02:00
parent a542168a0d
commit 87f9317805
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Preferences(PreferencesBase):
self.recentResults = []
self.recentFolders = []
self.tabs_default_pos = False
self.tabs_default_pos = True
self.word_weighting = True
self.match_similar = False
self.ignore_small_files = True