fix setting mapping

This commit is contained in:
Fabian Freund
2026-03-03 15:14:39 +01:00
parent f46e8b4f8e
commit 8110019249
4 changed files with 5 additions and 4 deletions
@@ -71,6 +71,7 @@ class GeneralSettings with FastEquatable {
final bool enableLocalAiFeatures;
final bool showContainerUi;
final bool showIsolatedTabUi;
@JsonKey(name: 'defaultCreateTabType')
final TabType storedDefaultCreateTabType;
final TabIntentOpenSetting tabIntentOpenSetting;
final bool autoHideTabBar;