Skip to content

Commit 38e7bbb

Browse files
committed
Organize UI
1 parent 281360e commit 38e7bbb

File tree

13 files changed

+312
-247
lines changed

13 files changed

+312
-247
lines changed

SmartImage 3/App/Integration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,14 @@ public static bool ReadClipboard(out string str)
232232

233233
str = Native.GetClipboardFileName();
234234

235-
if (!SearchQuery.IsValid(str)) {
235+
if (!SearchQuery.IsIndicatorValid(str)) {
236236
str = (string) Native.GetClipboard((uint) ClipboardFormat.CF_TEXT);
237237
}
238238

239239
Native.CloseClipboard();
240240
// Debug.WriteLine($"Clipboard data: {str}");
241241

242-
var b = SearchQuery.IsValid(str);
242+
var b = SearchQuery.IsIndicatorValid(str);
243243
return b;
244244
}
245245
}

0 commit comments

Comments
 (0)