Skip to content

Commit

Permalink
hide list id on local lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jul 1, 2024
1 parent aaecfa4 commit d19be7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/LevelListCell.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <Geode/Geode.hpp>
#include <Geode/modify/LevelListCell.hpp>

#include "../managers/BetterInfoCache.h"
#include "../layers/UnregisteredProfileLayer.h"
#include "../utils.hpp"

using namespace geode::prelude;
Expand All @@ -16,6 +14,8 @@ class BI_DLL $modify(BILevelListCell, LevelListCell) {

LevelListCell::loadFromList(list);

if(list->m_listType == GJLevelType::Editor) return;

//TODO: layout for ID node in Node ID mod

auto idTextNode = CCLabelBMFont::create(fmt::format("#{}", m_levelList->m_listID).c_str(), "chatFont.fnt");
Expand Down

0 comments on commit d19be7b

Please sign in to comment.