mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
improve core start
This commit is contained in:
@@ -35,10 +35,12 @@ namespace NekoRay::sys {
|
||||
|
||||
void Restart();
|
||||
|
||||
int start_profile_when_core_is_up = -1;
|
||||
|
||||
private:
|
||||
bool show_stderr = false;
|
||||
bool failed_to_start = false;
|
||||
int restart_id = -1;
|
||||
bool restarting = false;
|
||||
};
|
||||
|
||||
// 手动管理
|
||||
|
||||
Reference in New Issue
Block a user