Skip to content

Commit

Permalink
enable mac themes
Browse files Browse the repository at this point in the history
  • Loading branch information
SixofClubsss authored Oct 7, 2022
1 parent 02adab8 commit 2b4322b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FiveCardDraw/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ void Menu::setFonts(QString os)
if(os == "macos" || os == "osx" || os == "darwin"){
mcR = 23;
ubR = 13;
ui->themeComboBox->setEnabled(false);
}else {
mcR = 17;
ubR = 10;
Expand Down

0 comments on commit 2b4322b

Please sign in to comment.