Skip to content
New issue

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

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

Already on GitHub? # to your account

group name disappeared in Quick Commands #166

Closed
ghost opened this issue Aug 18, 2021 · 2 comments
Closed

group name disappeared in Quick Commands #166

ghost opened this issue Aug 18, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Aug 18, 2021

After I added group in Quick Commands,then clicked rename group,then "Cancel",this group name will disappeared,the content in profiles\default.v10\terminal\quickbar.config will like:

[
    {
        "quick.icon" : "session::knot-forestgreen",
        "quick.label" : "start",
        "quick.text" : "start\n",
        "quick.type" : "Send Text",
        "quick.uuid" : "111-44ab-4491-b07c-111"
    },
    {
        "quick.icon" : "session::knot-forestgreen",
        "quick.label" : "stop",
        "quick.text" : "stop\n",
        "quick.type" : "Send Text",
        "quick.uuid" : "222-8bca-4175-acbc-222"
    },
    {
        "quick.group" : "Quick",
        "quick.icon" : "session::square-forestgreen",
        "quick.label" : "activate",
        "quick.text" : "activate\n",
        "quick.type" : "Send Text",
        "quick.uuid" : "333-3ffd-4c34-990b-333"
    }
]

The issue is "start" and "stop" items don't have the quick.group attribute.So I can not modify them.

If I add "quick.group" : "AAA", to "start" and "stop",then restart WindTerm,the new group(AAA) and items will be available

If there are two groups or more,check the group name when saving config will better.

@kingToolbox
Copy link
Owner

Thank you for providing such a detailed description. This bug has been confirmed and will be fixed in the next version. If there is progress, I will update it here.

@kingToolbox kingToolbox self-assigned this Aug 19, 2021
@kingToolbox kingToolbox added the bug Something isn't working label Aug 19, 2021
@ghost ghost changed the title groups disappeared in Quick Commands group name disappeared in Quick Commands Aug 19, 2021
@kingToolbox
Copy link
Owner

Sorry for the late reply. I just finished a long trip, and because there is no Internet, I can't deal with the issue in time.

I am happy to inform you that WindTerm_2.2.0_Prerelease_1 has been released and this issue has been fixed. You can download and check it now. Thank you.

@ghost ghost closed this as completed Oct 10, 2021
This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant