Skip to content

Commit

Permalink
Minifix
Browse files Browse the repository at this point in the history
  • Loading branch information
3dproger committed Sep 9, 2022
1 parent 799b81b commit 379b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chathandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private slots:

bool _enabledSoundNewMessage = false;
bool _enabledClearMessagesOnLinkChange = false;
bool _enableShowAuthorNameChanged = false;
bool _enableShowAuthorNameChanged = true;

#ifdef QT_MULTIMEDIA_LIB
std::unique_ptr<QSound> _soundDefaultNewMessage = std::unique_ptr<QSound>(new QSound(":/resources/sound/ui/beep1.wav"));
Expand Down

0 comments on commit 379b63b

Please sign in to comment.