Улучшение настроек для BookUpdateChecker

This commit is contained in:
Book Pauk
2022-07-27 18:49:51 +07:00
parent 629ad26d40
commit 56af65742b
2 changed files with 12 additions and 4 deletions

View File

@@ -318,6 +318,10 @@ class SettingsPage {
return this.$store.state.reader.profiles;
}
get configBucEnabled() {
return this.$store.state.config.bucEnabled;
}
get currentProfileOptions() {
const profNames = Object.keys(this.profiles)
profNames.sort();