Skip to content

Commit

Permalink
setting: Fix default searchMessageAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Sep 26, 2021
1 parent eefb31c commit 09f78b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class Settings {
if (searchMessageAPI == null) {
searchMessageAPI = "https://koromo.xyz/api/search/msg";
await (await SharedPreferences.getInstance())
.setString('searchmessageapi', downloadRule);
.setString('searchmessageapi', searchMessageAPI);
}

useVioletServer = await _getBool('usevioletserver');
Expand Down

0 comments on commit 09f78b0

Please sign in to comment.