Skip to content

Commit

Permalink
Update ReaderSet.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ic005k committed Jul 29, 2024
1 parent 163d834 commit a71c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reader/ReaderSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern QSettings *iniPreferences;
extern QRegularExpression regxNumber;
extern bool isAndroid;

extern int readerFontWeight;
extern QFont::Weight readerFontWeight;

ReaderSet::ReaderSet(QWidget *parent) : QDialog(parent) {
QPalette pal = palette();
Expand Down

0 comments on commit a71c22b

Please sign in to comment.