Update message for importing notes (#72)

This commit is contained in:
Andrew Backeby
2024-03-25 19:03:19 +01:00
committed by Loporrit
parent 80042a7d87
commit 1c058cba5d

View File

@@ -617,7 +617,7 @@ internal sealed class GroupPanel
ImGui.CloseCurrentPopup(); ImGui.CloseCurrentPopup();
ImGui.SetClipboardText(UiSharedService.GetNotes(groupPairs)); ImGui.SetClipboardText(UiSharedService.GetNotes(groupPairs));
} }
UiSharedService.AttachToolTip("Copies all your notes for all users in this Syncshell to the clipboard." + Environment.NewLine + "They can be imported via Settings -> Privacy -> Import Notes from Clipboard"); UiSharedService.AttachToolTip("Copies all your notes for all users in this Syncshell to the clipboard." + Environment.NewLine + "They can be imported via Settings -> General -> Notes -> Import notes from clipboard");
var soundsText = userSoundsDisabled ? "Enable sound sync" : "Disable sound sync"; var soundsText = userSoundsDisabled ? "Enable sound sync" : "Disable sound sync";
if (UiSharedService.NormalizedIconTextButton(userSoundsIcon, soundsText)) if (UiSharedService.NormalizedIconTextButton(userSoundsIcon, soundsText))