RichPresence: Remove rate limit

This commit is contained in:
Jonas Kvinge
2025-04-13 12:01:56 +02:00
parent c083110051
commit ff032c3cd7
2 changed files with 0 additions and 10 deletions

View File

@@ -69,7 +69,6 @@ class RichPresence : public QObject {
qint64 seek_secs;
};
Activity activity_;
qint64 send_presence_timestamp_;
bool enabled_;
};