Skip to content

Commit

Permalink
Set appearance at launch (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverAgain11 authored Jan 31, 2024
1 parent bece937 commit fa87f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Easydict/App/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {

[self registerRouters];

[[DarkModeManager manager] updateDarkMode:Configuration.shared.appearance];
// Change App icon manually.
// NSApplication.sharedApplication.applicationIconImage = [NSImage imageNamed:@"white-black-icon"];
}
Expand Down

0 comments on commit fa87f7d

Please sign in to comment.