mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
181d4d5ea4
* Fix rescan nav highlighting * Wallet send wizard * Wallet receive wizard * Consistent wizard back button behaviour
13 lines
184 B
C#
13 lines
184 B
C#
namespace BTCPayServer.Views.Wallets
|
|
{
|
|
public enum WalletsNavPages
|
|
{
|
|
Index,
|
|
Send,
|
|
Transactions,
|
|
PSBT,
|
|
Receive,
|
|
Settings
|
|
}
|
|
}
|