mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Added the downloading of the mods
This commit is contained in:
parent
4d599eb118
commit
9e6fa8f29a
7 changed files with 54 additions and 8 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
ModDownloadDialog::ModDownloadDialog(const std::shared_ptr<ModFolderModel>& mods, QWidget *parent)
|
||||
: QDialog(parent)
|
||||
: QDialog(parent), mods(mods)
|
||||
{
|
||||
setObjectName(QStringLiteral("ModDownloadDialog"));
|
||||
resize(400, 347);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue