feat: autorun minimize to tray

This commit is contained in:
arm64v8a
2022-11-09 12:24:43 +09:00
parent 59922b8b76
commit 4c35a451e9
11 changed files with 44 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
void SetProcessAutoRunSelf(bool enable);
void AutoRun_SetEnabled(bool enable);
bool GetProcessAutoRunSelf();
bool AutoRun_IsEnabled();