You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings/Settings.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,7 @@ public void Load(FileSystem fileSystem)
222
222
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.0"));// Screenshots can be sent to a file server either from the main interface window or with a Trigger. The SMTP and SFTP settings are in their own XML files and can be configured. Help system is available but still early in development.
223
223
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.1"));// Does not capture image of screen if screen does not exist.
224
224
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.2"));// Fix to Screen form for preview image.
225
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.3"));// Fix to Screen form for preview image.
0 commit comments