Skip to content

Commit

Permalink
Remove "install a new mod" button until the feature is fixed (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored Feb 19, 2024
1 parent 0d5c55d commit 62f0eb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/KKManager/Windows/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions src/KKManager/Windows/MainWindow.resx
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,12 @@
<data name="openToolStripMenuItem.Text" xml:space="preserve">
<value>&amp;Open directory</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="installANewModToolStripMenuItem.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="installANewModToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 20</value>
<value>122, 20</value>
</data>
<data name="installANewModToolStripMenuItem.Text" xml:space="preserve">
<value>Install a new mod...</value>
Expand All @@ -266,6 +270,9 @@
<value>Attempt to install a plugin or a zipmod.
For plugins, patchers and especially non-zipmod mods it's recommended to follow the installation steps provided by the author instead.</value>
</data>
<data name="installANewModToolStripMenuItem.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="lookForModUpdatesToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>318, 22</value>
</data>
Expand Down Expand Up @@ -457,7 +464,6 @@ If this fails for whatever reason (e.g. recycle bin is full or disabled) the fil
<data name="menuStrip1.Size" type="System.Drawing.Size, System.Drawing">
<value>1012, 24</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="menuStrip1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
Expand Down

0 comments on commit 62f0eb2

Please sign in to comment.