feat(settings): persist settings to storage
This commit is contained in:
@@ -178,10 +178,6 @@ impl<'a> SettingsView<'a> {
|
|||||||
i18n: &'a mut Localization,
|
i18n: &'a mut Localization,
|
||||||
img_cache: &'a mut Images,
|
img_cache: &'a mut Images,
|
||||||
settings: &'a mut Settings,
|
settings: &'a mut Settings,
|
||||||
// theme: &'a mut String,
|
|
||||||
// show_note_client: &'a mut ShowSourceClientOption,
|
|
||||||
// show_wide: &'a mut bool,
|
|
||||||
// show_replies_newest_first: &'a mut bool,
|
|
||||||
) -> Self {
|
) -> Self {
|
||||||
Self {
|
Self {
|
||||||
settings,
|
settings,
|
||||||
|
|||||||
Reference in New Issue
Block a user