Improve speed stats, UI usability, and settings persistence
Enhanced speed counter with smoothing and elapsed time display. Added folder open buttons to UI and repositioned speed label. Added UpdateSubdirectories to settings for persistence.
This commit is contained in:
parent
c2fd4bf780
commit
6ccbec890a
3 changed files with 103 additions and 28 deletions
|
|
@ -177,6 +177,10 @@ namespace ImageCatalog_2.Models
|
|||
[XmlElement("GeneraleRotazioneAutomatica")]
|
||||
public bool AutomaticRotation { get; set; }
|
||||
|
||||
[JsonPropertyName("UpdateSubdirectories")]
|
||||
[XmlElement("DirSottoDirectory")]
|
||||
public bool UpdateSubdirectories { get; set; }
|
||||
|
||||
[JsonPropertyName("AddRaceTime")]
|
||||
[XmlElement("TempoGara")]
|
||||
public bool AddRaceTime { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue