GUI: Fix compilation without LIBCURL

This commit is contained in:
Eugene Sandulenko 2021-11-18 23:33:13 +01:00
parent 0bb29cbefe
commit ae62f3ff8f
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -2940,7 +2940,9 @@ void GlobalOptionsDialog::handleCommand(CommandSender *sender, uint32 cmd, uint3
}
break;
}
#endif
#ifdef USE_LIBCURL
case kUpdateIconsCmd: {
DownloadIconsDialog dia;
@ -2951,6 +2953,7 @@ void GlobalOptionsDialog::handleCommand(CommandSender *sender, uint32 cmd, uint3
break;
}
#endif
#endif
case kThemePathClearCmd:
_themePath->setLabel(_c("None", "path"));