fix(settings): delay-apply mode (#38)

This commit is contained in:
Diego Iván 2022-12-22 16:27:00 -06:00 committed by GitHub
parent 58c2d9b84b
commit 0e8ae56ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -124,6 +124,12 @@ namespace Tooth {
start_hidden = false;
return;
}
settings.delay ();
}
protected override void shutdown () {
settings.apply ();
base.shutdown ();
}
public override void open (File[] files, string hint) {