mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-23 07:38:49 +00:00
added desktop file save logs dialog todo
This commit is contained in:
parent
4b5386236a
commit
30ea666a63
1 changed files with 3 additions and 1 deletions
|
@ -338,7 +338,9 @@ class _DebugInfoDialog extends ConsumerState<DebugInfoDialog> {
|
||||||
Expanded(
|
Expanded(
|
||||||
child: PrimaryButton(
|
child: PrimaryButton(
|
||||||
label: "Save logs to file",
|
label: "Save logs to file",
|
||||||
onPressed: () {},
|
onPressed: () {
|
||||||
|
// TODO: save file dialog
|
||||||
|
},
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue