Skip to content

Commit 07e4f68

Browse files
[Fix] Fix duplicate identifier
1 parent 7121464 commit 07e4f68

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/app/modules/option.module.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -890,14 +890,6 @@ export namespace Option {
890890
this._challpercent = challpercent;
891891
}
892892

893-
get challpercent(): boolean {
894-
return this._challpercent;
895-
}
896-
897-
set challpercent(challpercent: boolean) {
898-
this.settingsProvider.write('option.vip.general.challpercent', challpercent);
899-
this._challpercent = challpercent;
900-
}
901893

902894
constructor(private settingsProvider: SettingsProvider) {
903895
this.disable_inactivity = this.settingsProvider.read('option.vip.general.disable_inactivity');

0 commit comments

Comments
 (0)