[MainWindow] Add custom version info to 2nd last instead of 2nd first

This commit is contained in:
Ducko 2021-12-19 10:25:05 +00:00
parent 688be2e1c8
commit a02a6aabeb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const update = async () => {
setInterval(update, 5000);
const css = `
.socialLinks-3jqNFy + .info-1VyQPT .colorMuted-HdFt4q:nth-child(2)::after {
.socialLinks-3jqNFy + .info-1VyQPT .colorMuted-HdFt4q:nth-last-child(2)::after {
content: " | OpenAsar <version_2>";
display: inline;
text-transform: none;