mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
disable autoupdate dry run by default
This commit is contained in:
parent
08a411728c
commit
13fc380dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ internal class AutoUpdateManager : IServiceType
|
|||
});
|
||||
Service<Framework>.GetAsync().ContinueWith(t => { t.Result.Update += this.OnUpdate; });
|
||||
|
||||
this.isDryRun = console.AddVariable("dalamud.autoupdate.dry_run", "Simulate updates instead", true);
|
||||
this.isDryRun = console.AddVariable("dalamud.autoupdate.dry_run", "Simulate updates instead", false);
|
||||
console.AddCommand("dalamud.autoupdate.trigger_login", "Trigger a login event", () =>
|
||||
{
|
||||
this.hasStartedInitialUpdateThisSession = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue