Mark two-way sync as experimental in UI

This commit is contained in:
Lucien Greathouse
2021-04-23 15:41:17 -04:00
parent 0599b50235
commit 8b5bfd5f44

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,
}),