We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ff98e commit 9061da9Copy full SHA for 9061da9
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -293,6 +293,8 @@ private async Task OpenResultAsync(string index)
293
}
294
295
296
+ #endregion
297
+
298
#region BasicCommands
299
300
[RelayCommand]
@@ -358,8 +360,6 @@ public void ToggleGameMode()
358
360
359
361
#endregion
362
- #endregion
-
363
#region ViewModel Properties
364
365
public Settings Settings { get; }
0 commit comments