Skip to content

Commit ebe6fe1

Browse files
committed
Make system theme the default
Custom theme has some icon problems as reported in #34
1 parent c97ad4d commit ebe6fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/settings/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ impl EnumValue for ShowMinimap {
9090
#[enum_type(name = "Theme")]
9191
#[serde(rename_all = "kebab-case")]
9292
pub enum Theme {
93-
SystemDefault,
9493
#[default]
94+
SystemDefault,
9595
Paperwhite,
9696
}
9797

0 commit comments

Comments
 (0)