Skip to content

Commit

Permalink
set the default value for new users to the same value as the default …
Browse files Browse the repository at this point in the history
…value for existing users
  • Loading branch information
Athou committed Apr 15, 2024
1 parent 9de19e9 commit f1b51e8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -134,8 +134,8 @@ public Response getUserSettings(@Parameter(hidden = true) @SecurityCheck User us
s.setLanguage("en");
s.setScrollSpeed(400);
s.setScrollMode(ScrollMode.if_needed.name());
s.setStarIconDisplayMode(IconDisplayMode.always.name());
s.setExternalLinkIconDisplayMode(IconDisplayMode.always.name());
s.setStarIconDisplayMode(IconDisplayMode.on_desktop.name());
s.setExternalLinkIconDisplayMode(IconDisplayMode.on_desktop.name());
s.setMarkAllAsReadConfirmation(true);
s.setCustomContextMenu(true);
s.setMobileFooter(false);
Expand Down

0 comments on commit f1b51e8

Please sign in to comment.