Skip to content

Commit

Permalink
fix losing custom theme (arkime#3059)
Browse files Browse the repository at this point in the history
* fix losing custom theme

fixes arkime#3053
took me way too long because i thought this was way more complicated
that it is :)

* update changelog

---------

Co-authored-by: 31453 <[email protected]>
  • Loading branch information
31453 and 31453 authored Dec 13, 2024
1 parent a302780 commit 3cd2f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ NOTICE: Create a parliament config file before upgrading (see https://arkime.com
- #3052 add ARKIME_default__ support for env vars
## Viewer
- #3055 fix missing session.network section error
- #3059 fix losing custom theme setting

5.5.1 2024/11/20
## Release
Expand Down
1 change: 0 additions & 1 deletion viewer/vueapp/src/components/settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,6 @@ export default {
// default to default theme if the user has not set a theme
if (!this.settings.theme) { this.settings.theme = 'arkime-light-theme'; }
if (this.settings.theme.startsWith('custom')) {
this.settings.theme = 'custom-theme';
this.creatingCustom = true;
}
if (!this.settings.logo) {
Expand Down

0 comments on commit 3cd2f5f

Please sign in to comment.