You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/OnixSourceEditor.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,8 @@ namespace OnixSourcePlugin
137
137
138
138
staticconstexprint DefaultBlockReadSize = 4096;
139
139
140
+
staticconstexprchar* missingCanvasErrorMessage = "The canvas for this plugin could not be found. Some functionality may not work as expected, and you may not be able to acquire or record data. Try removing and replacing the plugin.";
0 commit comments