mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE add setting capes, tweak missing profile message, fix cape IDs
This commit is contained in:
parent
94fd9a3535
commit
1b68d51da6
11 changed files with 317 additions and 130 deletions
|
|
@ -25,8 +25,8 @@ struct MinecraftProfile {
|
|||
QString id;
|
||||
QString name;
|
||||
Skin skin;
|
||||
int currentCape = -1;
|
||||
QVector<Cape> capes;
|
||||
QString currentCape;
|
||||
QMap<QString, Cape> capes;
|
||||
Katabasis::Validity validity = Katabasis::Validity::None;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue