diff --git a/lib/widgets/main_app_container.dart b/lib/widgets/main_app_container.dart index 29587a83..0b6f3af6 100644 --- a/lib/widgets/main_app_container.dart +++ b/lib/widgets/main_app_container.dart @@ -436,7 +436,7 @@ class _MainAppContainerState extends State } Widget _getSyncingStatusIcon(SyncState syncState, [SyncInfo? syncInfo]) { - var message = 'Connected and synced'; + String message = 'Connected and synced'; if (syncState != SyncState.notEnoughPeers && syncState != SyncState.syncDone && @@ -450,7 +450,7 @@ class _MainAppContainerState extends State return Tooltip( message: message, child: Icon( - Icons.signal_cellular_connected_no_internet_0_bar, + Icons.sync_disabled, size: 24.0, color: _getSyncIconColor(syncState), )); @@ -470,7 +470,7 @@ class _MainAppContainerState extends State repeat: true, )); } else if (syncInfo.targetHeight == 0 || syncInfo.currentHeight == 0) { - message = 'Started sync, please wait'; + message = 'Started syncing with the network, please wait'; syncState = SyncState.syncing; return Tooltip( message: message, @@ -660,6 +660,7 @@ class _MainAppContainerState extends State } else { _lockBloc.addEvent(LockEvent.navigateToDashboard); } + _listenToAutoReceiveTxWorkerNotifications(); } diff --git a/lib/widgets/modular_widgets/help_widgets/about_card.dart b/lib/widgets/modular_widgets/help_widgets/about_card.dart index 8522a87c..bcfcf651 100644 --- a/lib/widgets/modular_widgets/help_widgets/about_card.dart +++ b/lib/widgets/modular_widgets/help_widgets/about_card.dart @@ -2,6 +2,7 @@ import 'dart:io'; import 'package:flutter/material.dart'; import 'package:open_filex/open_filex.dart'; +import 'package:path/path.dart' as path; import 'package:zenon_syrius_wallet_flutter/blocs/blocs.dart'; import 'package:zenon_syrius_wallet_flutter/model/model.dart'; import 'package:zenon_syrius_wallet_flutter/utils/metadata.dart'; @@ -115,6 +116,13 @@ class AboutCardState extends State { _getGenericOpenButtonExpandedChild( znnDefaultPaths.cache.absolute.path), ), + CustomExpandablePanel( + 'Syrius log path', + _getGenericOpenButtonExpandedChild( + Directory(path.join(znnDefaultCacheDirectory.path, 'log')) + .absolute + .path), + ), CustomExpandablePanel( 'Syrius wallet path', _getGenericOpenButtonExpandedChild(