diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-04 23:44:28 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-04 23:44:28 -0700 |
commit | 9913080a829acb4ca921c3a68e0caefad0ebcaa1 (patch) | |
tree | e20fc6130e319b227672de26e62117035bca1fcf /launcher/minecraft/mod/ModFolderModel.h | |
parent | ec157b766efd9eb781a8ca85fb9c28674e073da0 (diff) | |
download | PrismLauncher-9913080a829acb4ca921c3a68e0caefad0ebcaa1.tar.gz PrismLauncher-9913080a829acb4ca921c3a68e0caefad0ebcaa1.tar.bz2 PrismLauncher-9913080a829acb4ca921c3a68e0caefad0ebcaa1.zip |
feat(modpage): mod icon in description and column
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/minecraft/mod/ModFolderModel.h')
-rw-r--r-- | launcher/minecraft/mod/ModFolderModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/mod/ModFolderModel.h b/launcher/minecraft/mod/ModFolderModel.h index 46f5087f..20018e9c 100644 --- a/launcher/minecraft/mod/ModFolderModel.h +++ b/launcher/minecraft/mod/ModFolderModel.h @@ -68,6 +68,7 @@ public: VersionColumn, DateColumn, ProviderColumn, + ImageColumn, NUM_COLUMNS }; enum ModStatusAction { |