Skip to content

Commit

Permalink
set isAboutDialogSuppressed to false
Browse files Browse the repository at this point in the history
  • Loading branch information
aozien authored and Maurizio Silipo committed May 30, 2023
1 parent b38abbb commit 45036fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/UIVisibilitySlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function createUIVisibilitySlice(set, get) {
isModelInteractionGroupVisible: true,
isSettingsVisible: true,

isAboutDialogSuppressed: true, // todo(zein): temporary set to false unti this can be disabled ahead of initialization (via URL)
isAboutDialogSuppressed: false,

setIsLoginVisibile: (isVisible) => set(() => ({isSearchBarVisible: isVisible})),
setIsSearchbarVisibile: (isVisible) => set(() => ({isSearchBarVisible: isVisible})),
Expand Down

0 comments on commit 45036fa

Please sign in to comment.