refactor(features): comment out splitView feature temporarily

This commit is contained in:
taroj1205 2025-05-20 13:20:43 +12:00
parent 60347985ef
commit 59d44e1258
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -37,11 +37,11 @@ const featureList = [
video: GlanceVideo, video: GlanceVideo,
...features.featureTabs.glance, ...features.featureTabs.glance,
}, },
{ // {
key: 'splitView', // key: 'splitView',
video: SplitViewsVideo, // video: SplitViewsVideo,
...features.featureTabs.splitView, // ...features.featureTabs.splitView,
}, // },
] ]
--- ---