mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-03-03 00:07:49 -05:00
[issue]: Specify menu_tip per theme #1242
Labels
No labels
Denied Feature Request
File Corrupted
Fixed
Good practice
Not an issue
Not planed
USB 2.0/3.0
USB Hardware Issue
Wait Upstream Fix
bug
documentation
duplicate
enhancement
help wanted
question
wontfix
【Tested Image Report】
【Tested Image Report】
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Ventoy-ventoy#1242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ehawman-rosenberg on GitHub (Mar 31, 2022).
Official FAQ
Ventoy Version
1.0.72
What about latest release
Yes. I have tried the latest release, but the bug still exist.
BIOS Mode
UEFI Mode
Partition Style
GPT
Disk Capacity
32GB
Disk Manufacturer
No response
Image file checksum (if applicable)
No response
Image file download link (if applicable)
No response
What happened?
No bug happened!
I wanted to bring an "issue" requesting that we have per-theme position options in the menu_tip plugin (or allow setting the position in the "theme" plugin and set menu_tip position setting to "theme" with failover to our default values).
Something like this:

Then in the theme plugin, allow specifying that for file 1, the menu_tip position is
31,12,blueor something like that. Maybe even expand "file" into a list of dicts with "path", "menu_tip_X", "menu_tip_Y", "menu_tip_color" as the keys.Why? Because different themes have different locations that work and decidedly don't work for rendering tooltips. If we could set per-theme positions it would really help.
It would be nice if we could borrow existing-but-unused label locations (like the commonly used
progress_bar) somehow. Not sure how that would work exactly.