sculpt: re-enable inspect view by default

The inspect view got accidentally disabled by commit "sculpt: make graph
features configurable".
This commit is contained in:
Norman Feske 2022-12-01 13:51:58 +01:00
parent 4c5db31110
commit f3fc11713a

View File

@ -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_ */