Merge branch 'RetroShare:master' into cleanupoldiconsandnewsvg

This commit is contained in:
defnax 2022-02-25 18:05:41 +01:00 committed by GitHub
commit 701b2e4ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 438 additions and 246 deletions

View file

@ -1081,7 +1081,9 @@ void SetForegroundWindowInternal(HWND hWnd)
return _instance->gxsforumDialog;
case Posted:
return _instance->postedDialog;
}
case Home:
return _instance->homePage;
}
return NULL;
}