diff --git a/repos/gems/src/app/sculpt_manager/feature.h b/repos/gems/src/app/sculpt_manager/feature.h index 185a942027..a37c53f3fb 100644 --- a/repos/gems/src/app/sculpt_manager/feature.h +++ b/repos/gems/src/app/sculpt_manager/feature.h @@ -28,7 +28,7 @@ struct Sculpt::Feature static constexpr bool STORAGE_DIALOG_HOSTED_IN_GRAPH = true; /* allow the browsing of file systems via the inspect view */ - static constexpr bool INSPECT_VIEW = false; + static constexpr bool INSPECT_VIEW = true; }; #endif /* _FEATURE_H_ */