mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 18:06:02 -04:00
comment out flags tab in editor (#727)
Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
@@ -1881,9 +1881,9 @@ EditorWindow::EditorWindow() {
|
||||
}
|
||||
});
|
||||
|
||||
add_tab("Flags", [this](Rml::Element* content) {
|
||||
// TODO
|
||||
});
|
||||
//add_tab("Flags", [this](Rml::Element* content) {
|
||||
// // TODO
|
||||
//});
|
||||
|
||||
add_tab("Minigame", [this](Rml::Element* content) {
|
||||
auto& leftPane = add_child<Pane>(content, Pane::Type::Controlled);
|
||||
|
||||
Reference in New Issue
Block a user