Pre-RC Bug Fixes and Gui lockdown mode. (#973)
* Rfid: fix incorrect StringElement parameters * Gui, Desktop: add lockdown mode, integrate with desktop. * Gui: fix runglish in doxy
This commit is contained in:
		| @@ -22,7 +22,7 @@ void LfRfidAppSceneReadSuccess::on_enter(LfRfidApp* app, bool need_restore) { | ||||
|     icon->set_icon(3, 12, &I_RFIDBigChip_37x36); | ||||
|  | ||||
|     auto header = container->add<StringElement>(); | ||||
|     header->set_text(app->worker.key.get_type_text(), 89, 3, AlignCenter); | ||||
|     header->set_text(app->worker.key.get_type_text(), 89, 3, 0, AlignCenter); | ||||
|  | ||||
|     auto line_1_text = container->add<StringElement>(); | ||||
|     auto line_2_text = container->add<StringElement>(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user