Ignore:
Timestamp:
Feb 8, 2022, 6:07:35 PM (2 years ago)
Author:
chronos
Message:
  • Added: Buttons to show contact home and work addresses on online map. Predefined map uses openstreetmap.org.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.pas

    r82 r101  
    2222    ComboBoxTheme: TComboBox;
    2323    EditDefaultVcardVersion: TEdit;
     24    EditMapUrl: TEdit;
    2425    Label1: TLabel;
    2526    Label2: TLabel;
     
    103104  CheckBoxReopenLastFileOnStart.Checked := Core.ReopenLastFileOnStart;
    104105  EditDefaultVcardVersion.Text := Core.DefaultVcardVersion;
     106  EditMapUrl.Text := Core.MapUrl;
    105107  UpdateInterface;
    106108end;
     
    112114  Core.ReopenLastFileOnStart := CheckBoxReopenLastFileOnStart.Checked;
    113115  Core.DefaultVcardVersion := EditDefaultVcardVersion.Text;
     116  Core.MapUrl := EditMapUrl.Text;
    114117end;
    115118
Note: See TracChangeset for help on using the changeset viewer.