Since Qt 6.7 Mac Os and Windows have support for native icons. Set built-in as fallback icon theme.
This commit is contained in:
parent
f98287ee16
commit
ae31bd9fdb
|
@ -360,6 +360,10 @@ void VTheme::SetIconTheme()
|
|||
{
|
||||
QIcon::setThemeName(DefaultThemeName());
|
||||
}
|
||||
else
|
||||
{
|
||||
QIcon::setFallbackThemeName(VTheme::DefaultThemeName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user