API: Add API to minimize and expand tail windows (#2556)

This commit is contained in:
catloversg
2026-03-09 04:00:06 +07:00
committed by GitHub
parent 342dea77fa
commit 9eb2863e48
11 changed files with 175 additions and 12 deletions
+1
View File
@@ -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,
+1
View File
@@ -442,6 +442,7 @@ const ui = {
closeTail: 0,
setTailTitle: 0,
setTailFontSize: 0,
setTailMinimized: 0,
getTheme: 0,
setTheme: 0,
resetTheme: 0,