mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
search settings
This commit is contained in:
@@ -7,6 +7,8 @@ import 'network/models.dart';
|
||||
class _Appdata {
|
||||
Account? account;
|
||||
|
||||
var searchOptions = SearchOptions();
|
||||
|
||||
void writeData() async {
|
||||
await File("${App.dataPath}/account.json")
|
||||
.writeAsString(jsonEncode(account));
|
||||
|
Reference in New Issue
Block a user