mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Revert hostname in tail titlebar
This commit is contained in:
@@ -231,7 +231,7 @@ function LogWindow(props: IProps): React.ReactElement {
|
||||
|
||||
function title(full = false): string {
|
||||
const maxLength = 30;
|
||||
const t = `${script.server}: ${script.filename} ${script.args.join(" ")}`;
|
||||
const t = `${script.filename} ${script.args.join(" ")}`;
|
||||
if (full || t.length <= maxLength) {
|
||||
return t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user