update current theme version to account for nano/banano assets

This commit is contained in:
julian 2023-06-05 15:46:32 -06:00
parent 91dd677e28
commit 79b403a51b

View file

@ -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._();