mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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(
|
||||
child: PrimaryButton(
|
||||
label: "Save logs to file",
|
||||
onPressed: () {},
|
||||
onPressed: () {
|
||||
// TODO: save file dialog
|
||||
},
|
||||
),
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue