mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-16 11:48:55 +00:00
desktop: parse file content from argument on launch, single app instance, wallets selection and opening modals refactoring
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@ use grin_wallet_libwallet::Error;
|
||||
use crate::AppConfig;
|
||||
use crate::wallet::{Wallet, WalletConfig};
|
||||
|
||||
/// Wrapper for [`Wallet`] list.
|
||||
/// [`Wallet`] list container.
|
||||
#[derive(Clone)]
|
||||
pub struct WalletList {
|
||||
/// List of wallets for [`ChainTypes::Mainnet`].
|
||||
pub main_list: Vec<Wallet>,
|
||||
|
||||
Reference in New Issue
Block a user