Mark two-way sync as experimental in UI

This commit is contained in:
Lucien Greathouse
2021-04-23 15:41:17 -04:00
parent 0779baa0ac
commit a4c782cd35

View File

@@ -205,7 +205,7 @@ function SettingsPage:render()
TwoWaySync = e(Setting, {
id = "twoWaySync",
name = "Two-Way Sync",
description = "Editing files in Studio will sync them into the filesystem",
description = "EXPERIMENTAL! Editing files in Studio will sync them into the filesystem",
transparency = self.props.transparency,
layoutOrder = 2,
}),