fix: remove updater if it is not used

This commit is contained in:
Sefa Eyeoglu
2022-06-12 12:22:48 +02:00
parent 32217a774f
commit 2ff0aa09e3
18 changed files with 70 additions and 24 deletions

View File

@ -90,6 +90,7 @@ slots:
void on_iconsDirBrowseBtn_clicked();
void on_metadataDisableBtn_clicked();
#ifdef LAUNCHER_WITH_UPDATER
/*!
* Updates the list of update channels in the combo box.
*/
@ -100,13 +101,13 @@ slots:
*/
void refreshUpdateChannelDesc();
void updateChannelSelectionChanged(int index);
#endif
/*!
* Updates the font preview
*/
void refreshFontPreview();
void updateChannelSelectionChanged(int index);
private:
Ui::LauncherPage *ui;