Skip to content

Commit 9fd41d1

Browse files
committed
Fix typo on classic editor theme
1 parent a6795a4 commit 9fd41d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public class ENotes.Application : Granite.Application {
213213
break;
214214
default:
215215
style_scheme = "high-contrast";
216-
settings.editor_scheme = "clasic";
216+
settings.editor_scheme = "classic";
217217
gtk_settings.gtk_application_prefer_dark_theme = false;
218218
break;
219219
}

0 commit comments

Comments
 (0)