Skip to content

Commit

Permalink
Release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Jun 20, 2024
1 parent 44a865b commit 3321ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Radiola.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7.0.1;
CURRENT_PROJECT_VERSION = 7.0.2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 635H9TYSZJ;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -781,7 +781,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7.0.1;
CURRENT_PROJECT_VERSION = 7.0.2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 635H9TYSZJ;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
2 changes: 0 additions & 2 deletions Radiola/Preferences/AppearancePage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ class AppearancePage: NSViewController {
res.addSubview(showCopyToClipboardCheckBox)
res.addSubview(showToolTipCheckBox)

let secondColAnchor = favoritesMenuGroupTypeCbx.leadingAnchor

favoritesMenuGroupTypeLabel.alignment = .right
favoritesMenuGroupTypeLabel.translatesAutoresizingMaskIntoConstraints = false
favoritesMenuGroupTypeCbx.translatesAutoresizingMaskIntoConstraints = false
Expand Down

0 comments on commit 3321ca2

Please sign in to comment.