mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
enable log
This commit is contained in:
parent
c0250275a1
commit
5fed710035
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ void redirectLogToDocuments()
|
|||
|
||||
int main(int argc, const char* argv[]) {
|
||||
//NSApp.appearance = [NSAppearance appearanceNamed: NSAppearanceNameAqua];
|
||||
//redirectLogToDocuments();
|
||||
redirectLogToDocuments();
|
||||
NSArray* apps = [NSRunningApplication runningApplicationsWithBundleIdentifier:@"com.highfidelity.launcher"];
|
||||
if ([apps count] > 1) {
|
||||
NSLog(@"launcher is already running");
|
||||
|
|
Loading…
Reference in a new issue