mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
fix: discord presence not clearing after pausing player (#973)
* add show rich presence when paused option
This commit is contained in:
parent
d922d8b034
commit
b6d902e425
4 changed files with 35 additions and 2 deletions
|
|
@ -200,6 +200,7 @@ export interface SettingsState {
|
|||
clientId: string;
|
||||
enabled: boolean;
|
||||
showAsListening: boolean;
|
||||
showPaused: boolean;
|
||||
showServerImage: boolean;
|
||||
};
|
||||
font: {
|
||||
|
|
@ -353,6 +354,7 @@ const initialState: SettingsState = {
|
|||
clientId: '1165957668758900787',
|
||||
enabled: false,
|
||||
showAsListening: false,
|
||||
showPaused: true,
|
||||
showServerImage: false,
|
||||
},
|
||||
font: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue