Skip to content

Commit be40500

Browse files
committed
Add future todos.
1 parent ee52c39 commit be40500

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Flow.Launcher.Plugin.ClipboardPlus.Panels/ViewModels/SettingsViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public string ClearKeyword
156156
get => Settings.ClearKeyword;
157157
set
158158
{
159+
// TODO: Warning user not to use string.Empty here in future version of FL.
159160
Settings.ClearKeyword = value;
160161
OnPropertyChanged();
161162
}

src/Flow.Launcher.Plugin.ClipboardPlus/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ private void PinOneRecord(ClipboardDataPair clipboardDataPair, bool requery)
904904

905905
private async void ReQuery()
906906
{
907-
// TODO: Ask Flow-Launcher for a better way to exit the context menu.
907+
// TODO: Improve refresh way here in future version of FL.
908908
new InputSimulator().Keyboard.KeyPress(VirtualKeyCode.ESCAPE);
909909
await Task.Delay(RetryInterval);
910910
Context.API.ReQuery(false);

0 commit comments

Comments
 (0)