File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/TwitchStreamingTools/ViewModels Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ public class MainWindowViewModel : ViewModelBase {
25
25
/// </summary>
26
26
private readonly IServiceProvider _provider ;
27
27
28
+ private string ? _error ;
29
+
28
30
/// <summary>
29
31
/// A flag indicating whether the menu is open.
30
32
/// </summary>
@@ -40,8 +42,6 @@ public class MainWindowViewModel : ViewModelBase {
40
42
/// </summary>
41
43
private MenuItem _selectedMenuItem ;
42
44
43
- private string ? _error ;
44
-
45
45
/// <summary>
46
46
/// Initializes a new instance of the <see cref="MainWindowViewModel" /> class.
47
47
/// </summary>
@@ -105,7 +105,7 @@ public MenuItem SelectedMenuItem {
105
105
}
106
106
107
107
/// <summary>
108
- /// fuck
108
+ /// fuck
109
109
/// </summary>
110
110
public string ? Error {
111
111
get => _error ;
You can’t perform that action at this time.
0 commit comments