🐛 Remove transparent and use hideTitleBar

This commit is contained in:
Tw93
2024-05-09 20:50:11 +08:00
parent 4df5a667d7
commit 3473db7312
15 changed files with 59 additions and 45 deletions

View File

@@ -28,8 +28,8 @@ on:
description: '[Height, Optional]'
required: false
default: '780'
transparent:
description: '[Transparent, Optional, MacOS only]'
hide_title_bar:
description: '[Hide TitleBar, Optional, MacOS only]'
required: false
type: boolean
default: false
@@ -124,7 +124,7 @@ jobs:
ICON: ${{ inputs.icon }}
HEIGHT: ${{ inputs.height }}
WIDTH: ${{ inputs.width }}
TRANSPARENT: ${{ inputs.transparent }}
HIDE_TITLE_BAR: ${{ inputs.hide_title_bar }}
FULLSCREEN: ${{ inputs.fullscreen }}
RESIZE: ${{ inputs.resize }}
MULTI_ARCH: ${{ inputs.multi_arch }}