The super panel is likely a component within the Electron app. You can find the relevant UI code in the repository, possibly in the 'src' folder. Search for references to the panel or icons. Consider adding a configuration option to hide the icons, either via a settings toggle or a keyboard shortcut. Review any existing settings handling to follow the pattern.