Skip to content

Customizing swiftDialog

SupraSensum edited this page Mar 7, 2025 · 3 revisions

Tools that use swiftDialog (such as Temporary Admin) now support an additional argument: --dialogArgs.

Usage: Append --dialogArgs to the end of your command, followed by any additional swiftDialog options. For example:

TemporaryAdmin --action promote --timeMin 1 --dialogArgs --title "My New Title" --fullscreen

Important

  • Positioning: The --dialogArgs flag must be the last option in your command.
  • Function: All parameters after --dialogArgs are dynamically injected into the swiftDialog, allowing you to customize the dialog’s appearance and behavior.

See all swiftDialog options available on the wiki!

Introduction

Resources

Tools

Misc

Pipeline

Submit an Issue

Clone this wiki locally