mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
* Fix rescan nav highlighting * Wallet send wizard * Wallet receive wizard * Consistent wizard back button behaviour
12 lines
184 B
C#
12 lines
184 B
C#
namespace BTCPayServer.Views.Wallets
|
|
{
|
|
public enum WalletsNavPages
|
|
{
|
|
Index,
|
|
Send,
|
|
Transactions,
|
|
PSBT,
|
|
Receive,
|
|
Settings
|
|
}
|
|
}
|