Skip to content

Commit

Permalink
Merge pull request #212 from daohoangson/feat/gray_20pc_smaller
Browse files Browse the repository at this point in the history
Đổi sang mặc định dùng biểu tượng hiện đại, giảm kích cỡ 20%
  • Loading branch information
tuyenvm authored Mar 8, 2022
2 parents b5b2bae + b74714b commit 4d774f0
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/OpenKey/macOS/ModernKey/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,10 @@ -(void)loadDefaultConfig {
vShowIconOnDock = 0;[[NSUserDefaults standardUserDefaults] setInteger:vShowIconOnDock forKey:@"vShowIconOnDock"];
vFixChromiumBrowser = 0;[[NSUserDefaults standardUserDefaults] setInteger:vFixChromiumBrowser forKey:@"vFixChromiumBrowser"];
vPerformLayoutCompat = 0;[[NSUserDefaults standardUserDefaults] setInteger:vPerformLayoutCompat forKey:@"vPerformLayoutCompat"];

[[NSUserDefaults standardUserDefaults] setInteger:1 forKey:@"GrayIcon"];
[[NSUserDefaults standardUserDefaults] setInteger:1 forKey:@"RunOnStartup"];

[self fillData];
[viewController fillData];
}
Expand Down
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/Status.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/Status@2x.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/StatusEng.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/StatusEng@2x.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/StatusHighlighted.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/StatusHighlighted@2x.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/StatusHighlightedEng.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/OpenKey/macOS/ModernKey/Resources/StatusHighlightedEng@2x.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d774f0

Please sign in to comment.