Skip to content

Commit

Permalink
fix wrong settings key vor device manager mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zsco committed Apr 19, 2024
1 parent 3a80ce5 commit b23b15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/services/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Settings {

static const _filterModeKey = "filter_mode";

static const _dmModeKey = "filter_mode";
static const _dmModeKey = "dm_mode";

static checkInit() {
if (!isInitialized) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.309+309
version: 0.0.310+310


environment:
Expand Down

0 comments on commit b23b15a

Please sign in to comment.