Skip to content
Snippets Groups Projects
Commit a4d7277e authored by “Kateryna”'s avatar “Kateryna”
Browse files

UI/UX: fix title visibility on macOS 10.12

Change-Id: I21ae9e0de7042d871fc746e7cacfa026aef8f40c
parent 63fcf2c1
Branches
Tags
No related merge requests found
...@@ -172,6 +172,7 @@ typedef NS_ENUM(NSInteger, ViewState) { ...@@ -172,6 +172,7 @@ typedef NS_ENUM(NSInteger, ViewState) {
[self.window setMovableByWindowBackground:YES]; [self.window setMovableByWindowBackground:YES];
self.window.titleVisibility = NSWindowTitleHidden; self.window.titleVisibility = NSWindowTitleHidden;
self.window.titlebarAppearsTransparent = true;
currentCallVC = [[CurrentCallVC alloc] initWithNibName:@"CurrentCall" bundle:nil]; currentCallVC = [[CurrentCallVC alloc] initWithNibName:@"CurrentCall" bundle:nil];
currentCallVC.delegate = self; currentCallVC.delegate = self;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment