option to open tab when saving selection as file

This commit is contained in:
2021-11-01 17:53:15 +01:00
parent 4f512225a9
commit 44e23af54f
3 changed files with 14 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ class SettingsStore():
session.add_section('general')
session.set('general', 'font_size', '12')
session.set('general', 'highlight_search_term', 'True')
session.set('general', 'open_tab_on_save_as_file', 'True')
session.read(session_file)
return session