Fix build with MSVC.

This commit is contained in:
John Preston 2025-09-05 10:24:22 +04:00 committed by 23rd
parent 929032d598
commit 9eb5ea599e
2 changed files with 1 additions and 2 deletions

View file

@ -446,8 +446,8 @@ QSize Document::countOptimalSize() {
auto descriptor = pending
? Lottie::IconDescriptor{
.name = u"transcribe_loading"_q,
.sizeOverride = Size(st::historyTranscribeLoadingSize),
.color = &st::historyTextInFg,
.sizeOverride = Size(st::historyTranscribeLoadingSize),
.colorizeUsingAlpha = true,
}
: Lottie::IconDescriptor();

View file

@ -81,7 +81,6 @@ Source: "{#ReleasePath}\{#ModulesFolder}\d3d\d3dcompiler_47.dll"; DestDir: "{app
Name: "{group}\{#MyAppShortName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:UninstallProgram,{#MyAppShortName}}"; Filename: "{uninstallexe}"
Name: "{userdesktop}\{#MyAppShortName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppShortName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppShortName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent