Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable message dialogues #37

Closed
matyalatte opened this issue Jun 30, 2024 · 2 comments
Closed

Option to disable message dialogues #37

matyalatte opened this issue Jun 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@matyalatte
Copy link
Owner

Related to #34.
It is undesirable to display a dialog after executing a command that only launches another application, such as the start command on Windows.
There should be an option to skip the dialogues.

@matyalatte matyalatte added the enhancement New feature or request label Jun 30, 2024
@matyalatte
Copy link
Owner Author

Added an option show_success_dialog at eaa6117.
The default value is true. When false, tuw does nothing after executing a command.

Usage

{
    "gui": [
        {
            "label": "Option to skip success dialog",
            "show_success_dialog": false,
            "command": "echo Hello!",
            "components": []
        }
    ]
}

@matyalatte
Copy link
Owner Author

Close with v0.7.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant