update 20250224

This commit is contained in:
Stefan Hutter
2025-02-23 17:33:17 +01:00
parent 794e577f22
commit 0f76b2b376
121 changed files with 30641 additions and 110 deletions

View File

@@ -102,6 +102,7 @@ namespace OnDoc.Klassen
{
if (p.MainWindowTitle.IndexOf(fc.dokumentid) > -1 || p.MainWindowTitle.Trim() == "")
{
if (p.MainWindowTitle.Trim() != "") { fc.Lastfound = DateTime.Now; }
found = true;
save_to_db(fc);
}