Skip to content

Commit

Permalink
Better tip text
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Dec 28, 2024
1 parent 5150967 commit 5c51929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/App/StatusPages/Settings/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function SettingsPage:render()
name = "Two-Way Sync",
description = "Editing files in Studio will sync them into the filesystem",
locked = self.props.syncActive,
lockedTooltip = "(Cannot change sync type while a sync is already active)",
lockedTooltip = "(Cannot change while currently syncing. Disconnect first.)",
tag = "unstable",
transparency = self.props.transparency,
layoutOrder = layoutIncrement(),
Expand Down

0 comments on commit 5c51929

Please sign in to comment.