notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 1163dd8461eb0182d7b2e1a5e1940b451355b964
parent 692f4889cfc648e63c431b1d84eaa20a2c2e4130
Author: Fernando López Guevara <fernando.lguevara@gmail.com>
Date:   Tue, 29 Jul 2025 21:33:05 -0300

feat(settings): persist settings to storage

Diffstat:
Mcrates/notedeck_columns/src/ui/settings.rs | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/crates/notedeck_columns/src/ui/settings.rs b/crates/notedeck_columns/src/ui/settings.rs @@ -178,10 +178,6 @@ impl<'a> SettingsView<'a> { i18n: &'a mut Localization, img_cache: &'a mut Images, 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 { settings,