Add initial page setting. Close #240

This commit is contained in:
2025-03-05 17:44:20 +08:00
parent 316f61394d
commit 6426ebaf16
4 changed files with 31 additions and 5 deletions

View File

@@ -80,6 +80,16 @@ class _ExploreSettingsState extends State<ExploreSettings> {
'japanese': "Japanese",
},
).toSliver(),
SelectSetting(
title: "Initial Page".tl,
settingKey: "initialPage",
optionTranslation: {
'0': "Home Page".tl,
'1': "Favorites Page".tl,
'2': "Explore Page".tl,
'3': "Categories Page".tl,
},
).toSliver(),
],
);
}