feat(input): warn and hold before sending plugin-only symbols
This commit is contained in:
@@ -56,6 +56,16 @@ internal sealed class ChatTab
|
||||
{
|
||||
DrawCommandHelpSideCombo();
|
||||
}
|
||||
|
||||
if (ImGui.CollapsingHeader("Plugin disclosure"))
|
||||
{
|
||||
DrawToggle(
|
||||
HellionStrings.Settings_Chat_NotifyPluginDisclosure_Name,
|
||||
() => Plugin.Config.NotifyPluginDisclosure,
|
||||
v => Plugin.Config.NotifyPluginDisclosure = v
|
||||
);
|
||||
ImGuiUtil.HelpMarker(HellionStrings.Settings_Chat_NotifyPluginDisclosure_Description);
|
||||
}
|
||||
}
|
||||
|
||||
private void DrawPrivacyPersistChannels()
|
||||
|
||||
Reference in New Issue
Block a user