Add settings customize Discord status text

The new settings let you customize the "Listening to" status text, according to the [status display types](https://discord.com/developers/docs/events/gateway-events#activity-object).

Fixes #1796.
This commit is contained in:
7xnl
2025-08-28 01:30:25 +03:00
committed by Jonas Kvinge
parent 3c3480fb84
commit b5fd3d5717
7 changed files with 75 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>518</width>
<height>778</height>
<height>844</height>
</rect>
</property>
<property name="windowTitle">
@@ -380,6 +380,36 @@
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="richpresence_listening_to">
<property name="title">
<string>&quot;Listening to...&quot;</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="QRadioButton" name="richpresence_listening_to_app">
<property name="text">
<string>Strawberry</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="richpresence_listening_to_artist">
<property name="text">
<string>Artist name</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="richpresence_listening_to_song">
<property name="text">
<string>Song title</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>