Browse Source

Added code, although deactivated currently, to make title bar dark in MacOS

merge-requests/413/head
eidheim 3 years ago
parent
commit
0ecf381ab5
  1. 2
      src/window_macos.m

2
src/window_macos.m

@ -2,4 +2,6 @@
void macos_force_foreground_level() { void macos_force_foreground_level() {
[NSApp activateIgnoringOtherApps: YES]; [NSApp activateIgnoringOtherApps: YES];
// Set dark titlebar
// [[NSApplication sharedApplication].windows[0] setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantDark]];
} }

Loading…
Cancel
Save