Omega 1.20.0

This commit is contained in:
Quentin Guidée
2020-02-18 21:30:05 +01:00
parent dcaa1cb46d
commit 1f8ae2dc88
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ bool AboutController::handleEvent(Ion::Events::Event event) {
if (childLabel == I18n::Message::CustomSoftwareVersion) {
MessageTableCellWithBuffer * myCell = (MessageTableCellWithBuffer *)m_selectableTableView.selectedCell();
if (strcmp(myCell->accessoryText(), Ion::customSoftwareVersion()) == 0) {
myCell->setAccessoryText("Public"); //Change for public/dev
myCell->setAccessoryText("Dev"); //Change for public/dev
return true;
}
myCell->setAccessoryText(Ion::customSoftwareVersion());