Skip to content

Commit

Permalink
Merge branch 'develop' into steam-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Apr 23, 2024
2 parents 6d7c915 + 4cabc71 commit 9caa4c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src-ui/app/services/discord.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class DiscordService {
await invoke<boolean>('discord_update_activity', {
details: this.translate.instant('discord.details'),
state: this.translate.instant(sleepMode ? 'discord.state.sleeping' : 'discord.state.awake'),
asset_label: this.translate.instant(
assetLabel: this.translate.instant(
sleepMode ? 'discord.label.sleeping' : 'discord.label.awake'
),
asset: sleepMode ? 'asleep' : 'awake',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
}
}
}

.preset-select-box {
min-width: 14em;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
flex-direction: row;
align-items: stretch;
}


.preset-select-box {
min-width: 14em;
}

0 comments on commit 9caa4c4

Please sign in to comment.