enable restore option for desktop dropdown [skip ci]
OmarHatem committed
Aug 2, 2025 at 04:19 UTC
20b455d6e196419f15ae1d687e9b444db26db475
2 files changed
+2
-7
lib/src/screens/dashboard/desktop_widgets/desktop_wallet_selection_dropdown.dart
+1
-6
@@ -244,12 +244,7 @@ class _DesktopWalletSelectionDropDownState extends State<DesktopWalletSelectionD
244
}
245
246
void _navigateToRestoreWallet() {
247
- if (isSingleCoin) {
248
- Navigator.of(context)
249
- .pushNamed(Routes.restoreWallet, arguments: widget.walletListViewModel.currentWalletType);
250
- } else {
251
- Navigator.of(context).pushNamed(Routes.restoreWalletType);
252
- }
247
+ Navigator.of(context).pushNamed(Routes.restoreOptions, arguments: false);
248
}
249
250
void changeProcessText(String text) {
scripts/macos/app_env.sh
+1
-1
@@ -22,7 +22,7 @@ MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
22
23
CAKEWALLET_NAME="Cake Wallet"
24
CAKEWALLET_VERSION="5.2.0"
25
-CAKEWALLET_BUILD_NUMBER=123
25
+CAKEWALLET_BUILD_NUMBER=124
26
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
27
28
if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then