mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
attempt to fix unknown exception
This commit is contained in:
parent
31e0ebc85e
commit
f23646e480
1 changed files with 1 additions and 1 deletions
|
@ -1707,7 +1707,7 @@ namespace PersistentWindows.Common
|
||||||
// save window size of closed app to restore off-screen window later
|
// save window size of closed app to restore off-screen window later
|
||||||
if (!deadApps.ContainsKey(display_config))
|
if (!deadApps.ContainsKey(display_config))
|
||||||
{
|
{
|
||||||
deadApps.Add(display_config, new Dictionary<IntPtr, List<ApplicationDisplayMetrics>>());
|
deadApps[display_config] = new Dictionary<IntPtr, List<ApplicationDisplayMetrics>>();
|
||||||
}
|
}
|
||||||
|
|
||||||
// for matching new window with killed one
|
// for matching new window with killed one
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue