Charlie Kindel 2 년 전
부모
커밋
580d212a09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Terminal.Gui/Core/Clipboard/Clipboard.cs

+ 1 - 1
Terminal.Gui/Core/Clipboard/Clipboard.cs

@@ -36,7 +36,7 @@ namespace Terminal.Gui {
 					if (IsSupported) {
 						return contents = ustring.Make (Application.Driver.Clipboard.GetClipboardData ());
 					} else {
-						return ustring.Make ("Clipboard not supported"); // contents;
+						return contents;
 					}
 				} catch (Exception) {
 					return contents;