This isn't used anywhere

This commit is contained in:
RMidhunSuresh 2022-06-14 19:26:59 +05:30
parent abee9baf60
commit 69d8e6031e
1 changed files with 0 additions and 4 deletions

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;
}
}