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: KenshiModTool/MainWindow.xaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@
101
101
<TextBlockMargin="0,5,0,0"TextWrapping="Wrap"HorizontalAlignment="Center"TextAlignment="Center"FontWeight="Bold"><RunText="Check for Updates" /></TextBlock>
102
102
</StackPanel>
103
103
</Button>
104
-
<ButtonToolTip="This feature will generate a report on active mods, not intented for players yet."VerticalAlignment="Top"Click="IndexActiveMods">
104
+
<ButtonToolTip="This feature will generate a report on active mods, not intented for players yet."VerticalAlignment="Top"Click="IndexActiveMods"Visibility="Hidden">
MessageBoxResultmessageBoxResult=System.Windows.MessageBox.Show("Are you using Steam Version?","Delete Confirmation",System.Windows.MessageBoxButton.YesNo);
198
+
if(messageBoxResult==MessageBoxResult.Yes)
199
+
{
200
+
MessageBox.Show("Open Steam before running KMM","Steam not running");
MessageBoxResultmessageBoxResult=System.Windows.MessageBox.Show("Are you using Steam Version?","Delete Confirmation",System.Windows.MessageBoxButton.YesNo);
190
-
if(messageBoxResult==MessageBoxResult.Yes)
191
-
{
192
-
vardialog=newCommonOpenFileDialog();
193
-
dialog.IsFolderPicker=true;
194
-
dialog.Title=Directory.Exists("C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\233860")?"Is this Kenshi Mod Folder (STEAM) P.s. 233860 is the id from kenshi ?":"You need to select Kenshi Steam Folder, it's your steam folder + \"Steam\\steamapps\\workshop\\content\\233860";
0 commit comments