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

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.
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