Customizing swiftDialog - Rocketman-Tech/rcc GitHub Wiki

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!