helloSystem / Menu

Global menu bar written in Qt
43 stars 14 forks source link

Use Unicode Character "🔍" (U+1F50D) or “⌕”(U+2315) instead of magnifying glass icon #157

Closed louies0623 closed 1 year ago

louies0623 commented 1 year ago

In previous builds without Qt themes, the search option was a space. This text should be used as a replacement. If someone wants to port it, or the theme is missing, this will not lose the icon.

probonopd commented 1 year ago

This is the icon we are using:

image

louies0623 commented 1 year ago

20230924_125620 @probonopd Its icon will be missing when restarting menu.app

probonopd commented 1 year ago

On that screenshot the theme is not working properly, hence the icon is not used. Just using an unicod character will not fix the underlying issue. We need to find out why the correct theme is not being used in your example, but that is a separate issue. What we could do is use the unicode icon as a fallback icon for cases when the real icon from the theme cannot be found for whatever reason.