mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 19:05:39 +02:00
Final build for 0.10.1
This commit is contained in:
@@ -527,7 +527,7 @@
|
||||
//
|
||||
// TIM_Autostart
|
||||
//
|
||||
this.TIM_Autostart.Interval = 5000;
|
||||
this.TIM_Autostart.Interval = 500;
|
||||
//
|
||||
// form_Main
|
||||
//
|
||||
|
||||
@@ -75,6 +75,7 @@ namespace Perun_v1
|
||||
if (args[5] == "1")
|
||||
{
|
||||
TIM_Autostart.Enabled = true;
|
||||
PerunHelper.AddLog(ref Globals.AppLogHistory, "Autostart parameter provided", 0, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -209,6 +210,7 @@ namespace Perun_v1
|
||||
// Send initial data
|
||||
Tim_MySQL_Tick(null, null);
|
||||
tim_3rdparties_Tick(null, null);
|
||||
TIM_Autostart.Enabled = false;
|
||||
}
|
||||
|
||||
private void con_Button_Listen_OFF_Click(object sender, EventArgs e)
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<PublisherName>szporwolik</PublisherName>
|
||||
<SuiteName>Perun</SuiteName>
|
||||
<WebPage>Perun.htm</WebPage>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>0.10.1.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
|
||||
Reference in New Issue
Block a user