chore: Adjust naming to match Resizetizer
This commit is contained in:
Родитель
39e314e56a
Коммит
c3187abd2d
|
@ -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)')" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче