Update message for importing notes (#72)

This commit is contained in:
Andrew Backeby 2024-03-25 19:03:19 +01:00 committed by GitHub
parent 59ade9dc0c
commit 0b9094d509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ public class DrawFolderGroup : DrawFolderBase
ImGui.CloseCurrentPopup();
ImGui.SetClipboardText(UiSharedService.GetNotes(DrawPairs.Select(k => k.Pair).ToList()));
}
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");
if (_uiSharedService.IconTextButton(FontAwesomeIcon.ArrowCircleLeft, "Leave Syncshell", menuWidth, true) && UiSharedService.CtrlPressed())
{
@ -241,4 +241,4 @@ public class DrawFolderGroup : DrawFolderBase
}
return currentRightSideX;
}
}
}