mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
Compile fix
This commit is contained in:
parent
70ad158470
commit
99d78e86db
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ namespace Greenshot.Helpers {
|
|||
// The following, to be precise the HideApp, causes the app to close as described in BUG-1620
|
||||
// Added check for metro (Modern UI) apps, which might be maximized and cover the screen.
|
||||
|
||||
foreach(WindowDetails app in WindowDetails.GetMetroApps()) {
|
||||
//foreach(WindowDetails app in WindowDetails.GetMetroApps()) {
|
||||
// if (app.Maximised) {
|
||||
// app.HideApp();
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue