Skip to content

Commit

Permalink
fix HA switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Jul 28, 2024
1 parent eef72d9 commit 1cbdbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/init_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class _InitPageState extends State<InitPage> {
update();
}
/// mdk初始化
HAenable = setting.get(SettingBoxKey.autoUpdate, defaultValue: true);
HAenable = setting.get(SettingBoxKey.HAenable, defaultValue: true);
if (HAenable) {
fvp.registerWith(options: {
'platforms': ['windows', 'linux']
Expand Down

0 comments on commit 1cbdbe5

Please sign in to comment.