chore: Adjust naming to match Resizetizer

This commit is contained in:
Martin Zikmund 2024-09-18 14:05:57 +02:00 коммит произвёл GitHub
Родитель 39e314e56a
Коммит c3187abd2d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -11,8 +11,8 @@
<UnoSplashScreenBaseSize Condition="$(UnoSplashScreenBaseSize) == ''">128,128</UnoSplashScreenBaseSize>
<UnoSplashScreenColor Condition="$(UnoSplashScreenColor) == ''">#FFFFFF</UnoSplashScreenColor>
<UnoUseIconBackground Condition="$(UnoUseIconBackground) == '' and ($(IsWinAppSdk) or $(IsDesktop) or $(IsBrowserWasm))">false</UnoUseIconBackground>
<UnoUseIconBackground Condition="$(UnoUseIconBackground) == ''">true</UnoUseIconBackground>
<UnoUseIconBackgroundFile Condition="$(UnoUseIconBackgroundFile) == '' and ($(IsWinAppSdk) or $(IsDesktop) or $(IsBrowserWasm))">false</UnoUseIconBackgroundFile>
<UnoUseIconBackgroundFile Condition="$(UnoUseIconBackgroundFile) == ''">true</UnoUseIconBackgroundFile>
<!-- Support net8.0, without a platform identifier -->
<_UnoResizetizerIsCompatibleApp Condition="
@ -26,7 +26,7 @@
ForegroundFile="$(UnoIconForegroundFile)"
ForegroundScale="$(UnoIconForegroundScale)"
Color="$(UnoIconBackgroundColor)"
UseIconBackground="$(UnoUseIconBackground)"
UseBackgroundFile="$(UnoUseIconBackgroundFile)"
IsDefaultItem="true"
Exclude="@(UnoIcon)"
Condition="Exists('$(UnoIconBackgroundFile)') and Exists('$(UnoIconForegroundFile)')" />