mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-30 18:50:51 +02:00
re enable log
This commit is contained in:
parent
9cb0f4a14f
commit
3af4eaa6c6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ void redirectLogToDocuments()
|
||||||
|
|
||||||
int main(int argc, const char* argv[]) {
|
int main(int argc, const char* argv[]) {
|
||||||
//NSApp.appearance = [NSAppearance appearanceNamed: NSAppearanceNameAqua];
|
//NSApp.appearance = [NSAppearance appearanceNamed: NSAppearanceNameAqua];
|
||||||
//redirectLogToDocuments();
|
redirectLogToDocuments();
|
||||||
NSArray* apps = [NSRunningApplication runningApplicationsWithBundleIdentifier:@"com.highfidelity.launcher"];
|
NSArray* apps = [NSRunningApplication runningApplicationsWithBundleIdentifier:@"com.highfidelity.launcher"];
|
||||||
if ([apps count] > 1) {
|
if ([apps count] > 1) {
|
||||||
NSLog(@"launcher is already running");
|
NSLog(@"launcher is already running");
|
||||||
|
|
Loading…
Reference in a new issue