Resolve "Component: Translation" #73

Merged
thorsten merged 23 commits from 12-component-translation into main 2022-09-21 20:53:39 +00:00
Showing only changes of commit 1deca740a2 - Show all commits

View File

@ -27,7 +27,7 @@ public sealed partial class Translation : UserControl
this.saveTimer = new Timer
{
Enabled = false, // disable timer for now,
Interval = 1_000, // 1 second
Interval = 1_000, // 1 second interval
AutoReset = false, // runs only once
};
this.saveTimer.Elapsed += this.SaveChanges;