Skip to content

Commit

Permalink
Misc cleanup and proper sizes for new monochromatic icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-berrios committed Oct 13, 2017
1 parent c31cc4c commit 74f5af2
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Mute Me Now/Assets.xcassets/micOff.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "ios7-mic-off.png",
"filename" : "mic-off@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ios7-mic-off-1.png",
"filename" : "mic-off@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "ios7-mic-off-2.png",
"filename" : "mic-off@3x.png",
"scale" : "3x"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Mute Me Now/Assets.xcassets/micOn.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "ios7-mic.png",
"filename" : "mic-on@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ios7-mic-1.png",
"filename" : "mic-on@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "ios7-mic-2.png",
"filename" : "mic-on@3x.png",
"scale" : "3x"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion Mute Me Now/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ - (IBAction)showMenuBarChanged:(id)sender {


if (enableState == YES) {
//self.statusBarButtonToggle

NSString *msgText = @"Long press on the Touch Bar Mute Button to show Preferences when the Menu Item is disabled.";

Expand Down

0 comments on commit 74f5af2

Please sign in to comment.