Changes between Version 74 and Version 75 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 07/09/25 13:35:53 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v74 v75 344 344 #if ARM64 345 345 CFormRect rect; 346 CFormButton btnExit; 346 347 347 348 FORM_INIT(Update, EventFileOperationShow, NULL, NULL, NULL, 0); … … 352 353 rect += btnAdvanceY; 353 354 FORM_ADD_BUTTON2(Update, Import, rect, "Import", 'I', EventImport, FORM_BUTTON_SHADOW); 355 356 AddFormExitButton(formUpdate, btnExit); 354 357 #else 355 358 FORM_INIT(Update, EventFileOperationShow, NULL, NULL, NULL, 0);