mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-07 08:07:57 +02:00
API: Add API to minimize and expand tail windows (#2556)
This commit is contained in:
@@ -833,6 +833,7 @@ function createPublicRunningScript(runningScript: RunningScript, workerScript?:
|
||||
width: logProps.width,
|
||||
height: logProps.height,
|
||||
fontSize: logProps.fontSize ?? Settings.styles.tailFontSize,
|
||||
minimized: logProps.minimized,
|
||||
},
|
||||
title: runningScript.title,
|
||||
threads: runningScript.threads,
|
||||
|
||||
@@ -442,6 +442,7 @@ const ui = {
|
||||
closeTail: 0,
|
||||
setTailTitle: 0,
|
||||
setTailFontSize: 0,
|
||||
setTailMinimized: 0,
|
||||
getTheme: 0,
|
||||
setTheme: 0,
|
||||
resetTheme: 0,
|
||||
|
||||
Reference in New Issue
Block a user