mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2025-01-18 21:04:21 +01:00
Make theme object readonly in main layout
This commit is contained in:
parent
993302657a
commit
3cc8838c23
|
@ -35,7 +35,7 @@
|
||||||
</MudLayout>
|
</MudLayout>
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
MudTheme _mainTheme = new MudTheme();
|
readonly MudTheme _mainTheme = new MudTheme();
|
||||||
bool _darkTheme = true;
|
bool _darkTheme = true;
|
||||||
bool _drawerOpen = true;
|
bool _drawerOpen = true;
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user