Remove '&' in OSD messages

Causes weird problems with previous text getting stuck.
This commit is contained in:
Jonas Kvinge
2020-10-01 19:39:49 +02:00
parent 0f284f2e1d
commit c71ccda967
3 changed files with 11 additions and 3 deletions

View File

@@ -63,6 +63,8 @@ class OSDBase : public QObject {
virtual bool SupportsNativeNotifications();
virtual bool SupportsTrayPopups();
QString app_name() { return app_name_; }
public slots:
void ReloadSettings();