0
maggieryanmail@gmail.com created
- ABP Framework version: v7.4
- UI Type: Blazor Server
- Database System: EF Core
Hello,
Is there a way for the current user to select which Lepton theme style they would like without affecting other users?
I only see a way to set the theme style globally.
Thanks in advance.
1 Answer(s)
-
0
hi
There is no way to do this now.
You can add a simple page to change the settings of current user.
await SettingManager.SetForUserAsync(userId, LeptonThemeSettingNames.Style, "Style1"); Style1, Style2, Style3, Style4, Style5, Style6