Skip to content

Commit

Permalink
🔀 Merge pull request #91 from `MrKai77/80-menu-items-maintain-active-…
Browse files Browse the repository at this point in the history
…state-on-lost-focus`

🐛 #80 Settings toolbar items maintain active state on lost focus
  • Loading branch information
MrKai77 authored Nov 28, 2023
2 parents 394fccc + 05580e1 commit 0ad3e97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
repositoryURL = "https://github.com/sindresorhus/Settings";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.0.3;
minimumVersion = 3.0.5;
};
};
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sindresorhus/Settings",
"state" : {
"revision" : "c677bea28d92684911f93530d0b5f4c40eea743b",
"version" : "3.0.5"
"revision" : "2f4f65eed252198be383aa0d9058bbaf8f740aa5",
"version" : "3.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Loop/Managers/IconManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class IconManager {
+ "As a reward, here's new icon: Holo. "
+ "Continue to loop more to unlock new icons!")
),
Icon(name: "AppIcon-Rosé Pine", unlockTime: 50),
Icon(name: "AppIcon-Rosé Pine", unlockTime: 50),
Icon(name: "AppIcon-Meta Loop", unlockTime: 100),
Icon(name: "AppIcon-Keycap", unlockTime: 200),
Icon(name: "AppIcon-White", unlockTime: 300),
Expand Down

0 comments on commit 0ad3e97

Please sign in to comment.