This isn't used anywhere

This commit is contained in:
RMidhunSuresh 2022-06-14 19:26:59 +05:30
parent abee9baf60
commit 69d8e6031e

View file

@ -187,9 +187,5 @@ export class SettingsViewModel extends ViewModel {
// emit so that radio-buttons become displayed/hidden
this.emitChange("themeOption");
}
get preferredColorScheme() {
return this.platform.themeLoader.preferredColorScheme;
}
}