fix: no loops in watch paths! >:(
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -184,11 +184,6 @@ void LauncherPage::on_downloadsDirBrowseBtn_clicked()
|
||||
}
|
||||
}
|
||||
|
||||
void LauncherPage::on_downloadsDirWatchRecursiveCheckBox_clicked()
|
||||
{
|
||||
// incase anything needs to be done here
|
||||
}
|
||||
|
||||
void LauncherPage::on_metadataDisableBtn_clicked()
|
||||
{
|
||||
ui->metadataWarningLabel->setHidden(!ui->metadataDisableBtn->isChecked());
|
||||
|
@ -90,7 +90,6 @@ slots:
|
||||
void on_iconsDirBrowseBtn_clicked();
|
||||
void on_downloadsDirBrowseBtn_clicked();
|
||||
void on_metadataDisableBtn_clicked();
|
||||
void on_downloadsDirWatchRecursiveCheckBox_clicked();
|
||||
|
||||
/*!
|
||||
* Updates the font preview
|
||||
|
Reference in New Issue
Block a user