[Fix] Omega App

This commit is contained in:
Quentin Guidée
2020-02-29 14:01:03 +01:00
parent 79c425100d
commit 0a10e38caf

View File

@@ -19,7 +19,7 @@ void OmegaView::reload() {
}
int OmegaView::numberOfSubviews() const {
return 3;
return 2;
}
View * OmegaView::subviewAtIndex(int index) {