Skip to content

Commit cdcbd66

Browse files
committed
emmmmm
1 parent 8399920 commit cdcbd66

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

MifareOneTool/Form1.Designer.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MifareOneTool/Form1.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<metadata name="toolTipHelp.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121121
<value>17, 17</value>
122122
</metadata>
123-
<metadata name="toolTipHelp.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
124-
<value>17, 17</value>
125-
</metadata>
126123
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
127124
<value>157, 17</value>
128125
</metadata>

MifareOneTool/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MifareOneTool/Properties/Settings.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Value Profile="(Default)">True</Value>
1313
</Setting>
1414
<Setting Name="AutoLoadUidKey" Type="System.Boolean" Scope="User">
15-
<Value Profile="(Default)">False</Value>
15+
<Value Profile="(Default)">True</Value>
1616
</Setting>
1717
<Setting Name="MainCLIColor" Type="System.Drawing.Color" Scope="User">
1818
<Value Profile="(Default)">192, 255, 255</Value>

MifareOneTool/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<value>True</value>
2525
</setting>
2626
<setting name="AutoLoadUidKey" serializeAs="String">
27-
<value>False</value>
27+
<value>True</value>
2828
</setting>
2929
<setting name="MainCLIColor" serializeAs="String">
3030
<value>192, 255, 255</value>

0 commit comments

Comments
 (0)