mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
Add 'Disable unavailable mods' option on check update failure Signed-off-by: Dylan Schooner <dschooner05@gmail.com>
10 lines
No EOL
212 B
C++
10 lines
No EOL
212 B
C++
#pragma once
|
|
|
|
#include "ScrollMessageBox.h"
|
|
|
|
class UpdateCheckFailedDialog final : public ScrollMessageBox {
|
|
Q_OBJECT
|
|
|
|
public:
|
|
explicit UpdateCheckFailedDialog(QWidget* parent, const QString& body);
|
|
}; |