[MainWindow] Add custom version info to 2nd last instead of 2nd first
This commit is contained in:
parent
688be2e1c8
commit
a02a6aabeb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const update = async () => {
|
||||||
setInterval(update, 5000);
|
setInterval(update, 5000);
|
||||||
|
|
||||||
const css = `
|
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>";
|
content: " | OpenAsar <version_2>";
|
||||||
display: inline;
|
display: inline;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue