mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 12:51:34 +00:00
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:
parent
4c5db31110
commit
f3fc11713a
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user