We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec1bfc commit 658f496Copy full SHA for 658f496
1 file changed
MLAPI-Editor/MLAPIEditor.cs
@@ -240,7 +240,14 @@ private long lastUpdated
240
241
private bool isFetching = false;
242
private bool isParsing = false;
243
- private bool canRefetch => !(isFetching || isParsing);
+ private bool canRefetch
244
+ {
245
+ get
246
247
+ return !(isFetching || isParsing);
248
+ }
249
250
+
251
private string statusMessage;
252
253
private int tab;
0 commit comments