mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino
This commit is contained in:
commit
853e5ca975
3 changed files with 8 additions and 8 deletions
|
@ -51,12 +51,12 @@ settings:
|
|||
discord:
|
||||
title: Discord RPC
|
||||
settings:
|
||||
title: Discord RPC settings
|
||||
title: Discord RPC Einstellung
|
||||
items:
|
||||
timer: Display spent time
|
||||
in-launcher: In-launcher text
|
||||
in-game: In-game text
|
||||
selectIcon: Select icon
|
||||
timer: Zeige geschätzte Zeit
|
||||
in-launcher: Launcher text
|
||||
in-game: im Spiel text
|
||||
selectIcon: Icon auswählen
|
||||
|
||||
# Verberssungen
|
||||
enhancements:
|
||||
|
|
|
@ -53,8 +53,8 @@ settings:
|
|||
settings:
|
||||
title: Discord RPC settings
|
||||
items:
|
||||
timer: Display spent time
|
||||
in-launcher: In-launcher text
|
||||
timer: Show estimated time spent
|
||||
in-launcher: Launcher text
|
||||
in-game: In-game text
|
||||
selectIcon: Select icon
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ export default class Launcher
|
|||
|
||||
time: {
|
||||
// @ts-expect-error
|
||||
start: discord.timer ? Math.round(Date.now() / 1000) : 0
|
||||
start: state === 'in-launcher' ? 0 : discord.timer ? Math.round(Date.now() / 1000) : 0
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue