mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: icloud sync (#187)
This commit is contained in:
@@ -190,7 +190,8 @@ class BackupPage extends StatelessWidget {
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () async {
|
||||
await backup.restore();
|
||||
/// TODO: add checkbox for not force restore
|
||||
await backup.restore(force: true);
|
||||
Pros.reload();
|
||||
context.pop();
|
||||
RebuildNodes.app.rebuild();
|
||||
|
||||
Reference in New Issue
Block a user