mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
Revert hostname in tail titlebar
This commit is contained in:
parent
48396bf8cb
commit
ce9ceb05a3
@ -231,7 +231,7 @@ function LogWindow(props: IProps): React.ReactElement {
|
|||||||
|
|
||||||
function title(full = false): string {
|
function title(full = false): string {
|
||||||
const maxLength = 30;
|
const maxLength = 30;
|
||||||
const t = `${script.server}: ${script.filename} ${script.args.join(" ")}`;
|
const t = `${script.filename} ${script.args.join(" ")}`;
|
||||||
if (full || t.length <= maxLength) {
|
if (full || t.length <= maxLength) {
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user