Changeset 123 for trunk/UCore.pas


Ignore:
Timestamp:
Mar 16, 2022, 11:35:08 AM (2 years ago)
Author:
chronos
Message:
  • Added: QR code image visible in contact others tab. It can be saved as image to file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r121 r123  
    9090    LastCompareFileName: string;
    9191    LastPhotoFileName: string;
     92    LastQrCodeFileName: string;
    9293    LastPropertyValueFileName: string;
    9394    MapUrl: string;
     
    526527    MapUrl := ReadStringWithDefault('MapUrl', 'https://www.openstreetmap.org/search?query=');
    527528    LastPhotoFileName := ReadStringWithDefault('LastPhotoFileName', '');
     529    LastQrCodeFileName := ReadStringWithDefault('LastQrCodeFileName', '');
    528530    LastCompareFileName := ReadStringWithDefault('LastCompareFileName', '');
    529531  finally
     
    553555    WriteString('MapUrl', MapUrl);
    554556    WriteString('LastPhotoFileName', LastPhotoFileName);
     557    WriteString('LastQrCodeFileName', LastQrCodeFileName);
    555558    WriteString('LastCompareFileName', LastCompareFileName);
    556559  finally
Note: See TracChangeset for help on using the changeset viewer.