mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
chore: Refresh page when switch light/dark mode to avoid dropdown issue
This commit is contained in:
parent
13d9281484
commit
682620965c
@ -145,6 +145,7 @@ public abstract class BasePage extends WebPage {
|
||||
cookie.setPath("/");
|
||||
cookie.setMaxAge(Integer.MAX_VALUE);
|
||||
response.addCookie(cookie);
|
||||
setResponsePage(getPageClass(), getPageParameters());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user