Skip to content
This repository was archived by the owner on Jul 21, 2022. It is now read-only.

Commit 37ebef9

Browse files
committed
1.2.2
1 parent de3fab0 commit 37ebef9

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

Tools Injector Mod Menu/Form/FrmButton.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ namespace Tools_Injector_Mod_Menu
77
{
88
public partial class FrmButton : Form
99
{
10-
//seekbar_0_100
11-
//inputvalue
1210
public FrmButton()
1311
{
1412
InitializeComponent();
@@ -36,7 +34,7 @@ private void FrmButton_Load(object sender, EventArgs e)
3634

3735
private void btnAdd_Click(object sender, EventArgs e)
3836
{
39-
if(Utility.IsEmpty(txtType) || Utility.IsEmpty(txtValue)) return;
37+
if (Utility.IsEmpty(txtType) || Utility.IsEmpty(txtValue)) return;
4038
var items = new ListViewItem(txtType.Text);
4139
items.SubItems.Add(txtValue.Text);
4240
listView1.Items.Add(items);

Tools Injector Mod Menu/Form/FrmMain.resx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,6 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120-
<data name="txtActionMain.Text" xml:space="preserve">
121-
<value>&lt;activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tfivel.MainActivity"&gt;
122-
&lt;intent-filter&gt;
123-
&lt;action android:name="android.intent.action.MAIN"/&gt;
124-
&lt;category android:name="android.intent.category.LAUNCHER"/&gt;
125-
&lt;/intent-filter&gt;
126-
&lt;/activity&gt;</value>
127-
</data>
128120
<metadata name="menuIconList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
129121
<value>17, 17</value>
130122
</metadata>
@@ -256,6 +248,14 @@
256248
AeABAAEHAfwBAAE/AR8B/wH4Af8BwwH/AfABAAEPAfwBAAE/AwAB/wHnAf8B+AEAAR8B/AFCAT8DAAP/
257249
Af4BAAF/Af0B4wG/AYABAAEBCw==
258250
</value>
251+
</data>
252+
<data name="txtActionMain.Text" xml:space="preserve">
253+
<value>&lt;activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tfivel.MainActivity"&gt;
254+
&lt;intent-filter&gt;
255+
&lt;action android:name="android.intent.action.MAIN"/&gt;
256+
&lt;category android:name="android.intent.category.LAUNCHER"/&gt;
257+
&lt;/intent-filter&gt;
258+
&lt;/activity&gt;</value>
259259
</data>
260260
<metadata name="compilerWorker.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
261261
<value>141, 17</value>

Tools Injector Mod Menu/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.1.0")]
35+
[assembly: AssemblyVersion("1.2.2.0")]
3636
[assembly: AssemblyFileVersion("1.2.1.0")]

0 commit comments

Comments
 (0)