Skip to content

Commit

Permalink
Update launcher_setting.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami authored Nov 25, 2024
1 parent 1ee43f7 commit 9e21c6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class LauncherSetting {
_lcs.setThemeLightSeedEnable(value);
Logger.debug(_lcs.getThemeLightSeedEnable());
_lcs.save();
_lsCtr.themeLightSeedEnable.value = value;
// 必须要手动模式才执行操作
if (!_lcs.getThemeAuto()) {
if (value) {
Expand Down

0 comments on commit 9e21c6c

Please sign in to comment.