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

Commit 565e1fd

Browse files
author
zekroTJA
committed
removed system diagnostics
Because some people reported some crashes on their system because of the system diagnostics, I removed them from the tool and I try to find a alternative solution for that.
1 parent 1145508 commit 565e1fd

File tree

9 files changed

+9
-73
lines changed

9 files changed

+9
-73
lines changed

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3333
// übernehmen, indem Sie "*" eingeben:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.3.0")]
36-
[assembly: AssemblyFileVersion("1.4.3.0")]
35+
[assembly: AssemblyVersion("1.4.4.0")]
36+
[assembly: AssemblyFileVersion("1.4.4.0")]

bin/x64/Debug/meautosd.pdb

0 Bytes
Binary file not shown.

fFirstStartup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private void fFirstStartup_Load(object sender, EventArgs e)
2525
try
2626
{
2727
rtbChangelogs.Text = cUpdate.getOnelineFile(cConst.changelogsFileURL);
28-
cPush.send(cUpdate.getOnelineFile(cConst.universalToken), "AME Auto Shutdown", "Started new session. [1.4.3.0] - " + Environment.UserName);
28+
cPush.send(cUpdate.getOnelineFile(cConst.universalToken), "AME Auto Shutdown", "Started new session. [" + cConst.VERSION + "] - " + Environment.UserName);
2929
}
3030
catch {}
3131

fMain.Designer.cs

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

fMain.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ private static AudioSessionManager2 GetDefaultAudioSessionManager2(DataFlow data
451451

452452
private void perfTimer_Tick(object sender, EventArgs e)
453453
{
454-
lbCPU.Text = "CPU: " + pcCPU.NextValue().ToString("0.00") + " %";
455-
lbRAM.Text = "| RAM: " + pcRAM.NextValue().ToString("0.00") + " %";
454+
//lbCPU.Text = "CPU: " + pcCPU.NextValue().ToString("0.00") + " %";
455+
//lbRAM.Text = "| RAM: " + pcRAM.NextValue().ToString("0.00") + " %";
456456
}
457457

458458
private void loadRegSettings()

fMain.resx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,9 @@
363363
slIXHq2Z/pRq3qHqi9Y4VFII6O2uc1tbUU+yTkF9bkD1jLd/PvcHc02N1ytakw8AAAAASUVORK5CYII=
364364
</value>
365365
</data>
366-
<metadata name="pcCPU.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
367-
<value>290, 12</value>
368-
</metadata>
369366
<metadata name="perfTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
370367
<value>378, 12</value>
371368
</metadata>
372-
<metadata name="pcRAM.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
373-
<value>482, 12</value>
374-
</metadata>
375369
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
376370
<value>
377371
AAABAAYAEBAAAAAAIABoBAAAZgAAACAgAAAAACAAqBAAAM4EAAAwMAAAAAAgAKglAAB2FQAAQEAAAAAA
Binary file not shown.
Binary file not shown.

obj/x64/Debug/meautosd.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)