@@ -464,6 +464,7 @@ impl<'a> NavTitle<'a> {
|
||||
Route::Search => {
|
||||
ui.add(ui::side_panel::search_button());
|
||||
}
|
||||
Route::Wallet(_) => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ impl WalletAction {
|
||||
&self,
|
||||
accounts: &mut Accounts,
|
||||
global_wallet: &mut GlobalWallet,
|
||||
_router: &mut Router<Route>,
|
||||
router: &mut Router<Route>,
|
||||
) {
|
||||
match &self {
|
||||
WalletAction::SaveURI => {
|
||||
@@ -53,7 +53,7 @@ impl WalletAction {
|
||||
}
|
||||
}
|
||||
WalletAction::AddLocalOnly => {
|
||||
// router.route_to(Route::Wallet(notedeck::WalletType::Local));
|
||||
router.route_to(Route::Wallet(notedeck::WalletType::Local));
|
||||
global_wallet.ui_state.for_local_only = true;
|
||||
}
|
||||
WalletAction::Delete => {
|
||||
|
||||
Reference in New Issue
Block a user