Skip to content

Commit 6929236

Browse files
committed
Update Menu.hpp
1 parent 06af750 commit 6929236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Menu.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ void InitMenu(PluginMenu &menu) {
6565
new MenuEntry("Item", nullptr, Battle::Universal::Item),
6666
new MenuEntry("Attacks", nullptr, Battle::Universal::Attacks),
6767
new MenuEntry("Exp. Multiplier", Battle::Universal::ExpMultiplier, Battle::Universal::ExpMultiplierKB),
68-
new MenuEntry(Color::Gray << "Settings"),
69-
new MenuEntry("Revert to Default: " << Color::Red << "Off", nullptr, Battle::Universal::RevertDefault)
68+
// new MenuEntry(Color::Gray << "Settings"),
69+
// new MenuEntry("Revert to Default: " << Color::Red << "Off", nullptr, Battle::Universal::RevertDefault)
7070
}));
7171

7272
*primary += EntryWithHotkey(new MenuEntry("Poké View", nullptr, Battle::Universal::PokeView, note + "press the following hotkey(s) below to see the other information. Be aware that this is experiemental for now."), {Key::X, ""});

0 commit comments

Comments
 (0)