mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-15 16:12:16 +00:00
update current theme version to account for nano/banano assets
This commit is contained in:
parent
91dd677e28
commit
79b403a51b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ final pThemeService = Provider<ThemeService>((ref) {
|
|||
});
|
||||
|
||||
class ThemeService {
|
||||
static const _currentDefaultThemeVersion = 2;
|
||||
static const _currentDefaultThemeVersion = 3;
|
||||
ThemeService._();
|
||||
static ThemeService? _instance;
|
||||
static ThemeService get instance => _instance ??= ThemeService._();
|
||||
|
|
Loading…
Reference in a new issue