Auto Init Aura

This commit is contained in:
Serge
2023-07-18 22:26:15 +02:00
parent 840c07b366
commit 21048b6aa1
4 changed files with 31 additions and 25 deletions

View File

@@ -132,6 +132,9 @@ namespace GHelper.Helpers
public void RunToast(string text, ToastIcon? icon = null)
{
if (AppConfig.Is("disable_osd")) return;
Program.settingsForm.Invoke(delegate
{
//Hide();