fix @ in username is missing on startup report

This commit is contained in:
A.C.Sukazyo Eyre 2023-10-18 22:52:55 +08:00
parent 69e9459ebc
commit e7f403202d
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
VERSION = 1.2.0
VERSION = 1.2.1-pre1
USE_DELTA = false
VERSION_DELTA =

View File

@ -67,7 +67,7 @@ class MornyReport (using coeur: MornyCoeur) {
// language=html
s"""<b>▌Morny Logged in</b>
|-v $getVersionAllFullTagHTML
|as user ${coeur.username}
|as user @${coeur.username}
|
|as config fields:
|${sectionConfigFields(coeur.config)}"""