Skip to content

fix: convert enabled flag from string to boolean in custom commands#1062

Open
dmzoneill wants to merge 1 commit intognome-terminator:masterfrom
dmzoneill-forks:fix/issue-1047-custom-commands-enabled-flag
Open

fix: convert enabled flag from string to boolean in custom commands#1062
dmzoneill wants to merge 1 commit intognome-terminator:masterfrom
dmzoneill-forks:fix/issue-1047-custom-commands-enabled-flag

Conversation

@dmzoneill
Copy link
Copy Markdown

fixes #1047

the enabled config value is stored as a string but was being used directly as boolean, causing disabled commands to still appear in the right click menu. added proper string to boolean conversion to handle the 'False' string value correctly.

…ixes gnome-terminator#1047)

the enabled config value is stored as a string but was being used
directly as boolean, causing disabled commands to appear in menu.
added string to boolean conversion to properly handle 'False' string.
@mattrose
Copy link
Copy Markdown
Member

Is this something you consider fixed? Would you mind if I merged it? I don't have much time to work on Terminator these days, but I do like getting and merging contributions from users when I do have time? Re-opening. Please have patience. I do look at all PRs but don't have much time to properly inspect them. For the next few months I have some time set aside to look at Terminator PRs, so hopefully I'll get around to this one soon

@mattrose mattrose reopened this Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disabled CustomCommands keep appearing on right clik menu

2 participants