Allow to set custom suffix to window title

This is to allow users to differentiate qbt instances when there are multiple running.
PR #20429.
Closes #17905.
This commit is contained in:
Chocobo1
2024-02-27 12:41:12 +08:00
committed by GitHub
parent 364bcf73ee
commit 46e8ee50c8
13 changed files with 98 additions and 27 deletions

View File

@@ -241,7 +241,7 @@ a.propButton img {
.contextMenu li a {
color: var(--color-text-default);
display: block;
font-family: tahoma, arial, sans-serif;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 5px 20px 5px 5px;
text-decoration: none;