8000 [FR] Commander Ribbon Menu Integration · Issue #109 · gfxholo/iconic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[FR] Commander Ribbon Menu Integration #109

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

Open
hdbordercollie opened this issue Apr 15, 2025 · 1 comment
Open

[FR] Commander Ribbon Menu Integration #109

hdbordercollie opened this issue Apr 15, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@hdbordercollie
8000 Copy link

idea: add support for showing the commander ribbon menu's icons in color

atm you can't add global commands from the ribbon management menu. this means that if i wanna add a command to the ribbon, i have to go to two different menus; to add the command, and then somewhere else to color the icons and view it in color context

so i propose being able to access and view icons in the commander ribbon menu the same as in the ribbon management menu.

Attachments

Image

Image

@gfxholo gfxholo added the enhancement New feature or request label Apr 15, 2025
@gfxholo
Copy link
Owner
gfxholo commented Apr 15, 2025

Looks like Commander's menu structure is pretty much identical to the normal ribbon menu. So supporting this should be pretty simple! I'll look into adding this soon 💙

<div class="vertical-tab-content">
    <div class="cmdr-setting-content cmdr-mobile">
        <div class="cmdr-sep-con">
            <div class="mobile-option-setting-item">
                <span class="mobile-option-setting-item-remove-icon"> ... </span>
                <span class="mobile-option-setting-item-option-icon"> ... </span>
                <span class="mobile-option-setting-item-name"> ... </span>
                <span class="mobile-option-setting-item-option-icon"> ... </span>
            </div>
        </div>
    </div>
</div>

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

2 participants
0