Skip to content

Commit

Permalink
Fix bug in not rendering the bar if no names are set
Browse files Browse the repository at this point in the history
  • Loading branch information
dado3212 committed May 10, 2020
1 parent 4c4db05 commit 75f748b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SpacesRenamer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.1</string>
<string>1.7.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file modified build/spaces-renamer.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion spaces-renamer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.1</string>
<string>1.7.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
1 change: 1 addition & 0 deletions spaces-renamer/spacesRenamer.m
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ - (void)setFrame:(CGRect)arg1 {
NSMutableArray* names = getNamesFromPlist();

if (names.count == 0) {
ZKOrig(void, arg1);
return;
}

Expand Down

0 comments on commit 75f748b

Please sign in to comment.