From a4c782cd355c6f39d371bb893f09d78e0096d847 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 23 Apr 2021 15:41:17 -0400 Subject: [PATCH] Mark two-way sync as experimental in UI --- plugin/src/App/StatusPages/Settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/App/StatusPages/Settings.lua b/plugin/src/App/StatusPages/Settings.lua index 1b933252..f78efbff 100644 --- a/plugin/src/App/StatusPages/Settings.lua +++ b/plugin/src/App/StatusPages/Settings.lua @@ -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, }),