Skip to content

Commit

Permalink
update darkmode/primary/secondary color after saving config for bette…
Browse files Browse the repository at this point in the history
…r ux.
  • Loading branch information
mgineer85 committed Jan 14, 2025
1 parent aea14a1 commit d903004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stores/configuration-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export const useConfigurationStore = defineStore('configuration-store', {
message: 'Configuration successfully persisted. To apply hardware settings changed, restart the app!',
color: 'positive',
});

this.postInitStore();
} else {
// The request was made and the server responded with a status code
// that falls out of the range of 2xx
Expand Down

0 comments on commit d903004

Please sign in to comment.