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
<controls:LabeledControlText="Check for Updates"Hint="Shows a popup when first launching when there is a new update on GitHub."DisplayHint="True"Margin="3">
@@ -34,14 +60,6 @@
34
60
></ComboBox>
35
61
</controls:LabeledControl>
36
62
37
-
<controls:LabeledControlText="Default MSU Directory"Hint="The default directory to look for MSUs if a specific folder isn't set for an MSU type."DisplayHint="True"Margin="3">
38
-
<controls:FileControl
39
-
FilePath="{Binding DefaultMsuPath, Mode=TwoWay}"
40
-
DefaultPath="{Binding DefaultDirectory}"
41
-
FileInputType="Folder"
42
-
></controls:FileControl>
43
-
</controls:LabeledControl>
44
-
45
63
<controls:LabeledControlText="Track Display Format"Hint="How currently played tracks will be displayed."DisplayHint="True"Margin="3">
46
64
<StackPanelOrientation="Vertical">
47
65
<controls:EnumComboBox
@@ -112,21 +130,6 @@
112
130
</StackPanel>
113
131
</controls:CardControl>
114
132
115
-
<controls:CardControlHeaderText="Individual Game Directories"Margin="0 6 0 0"Padding="6">
0 commit comments