dont tint app icons

This commit is contained in:
galister 2026-07-13 11:17:08 +09:00
parent 83b9a1920f
commit 075a6dd63b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
<!-- An app with a single icon. -->
<template name="App">
<Button macro="button_style" id="overlay_${idx}" tooltip_str="${name}" _context_name="${name}" _press_left="::ContextMenuOpen menu_app" _press_right="::OverlayToggle ${name}">
<sprite width="38" height="38" src_ext="${icon}" />
<sprite width="38" height="38" src_ext="${icon}" parent_color="ignore" />
</Button>
</template>