Remove a completed todo
This commit is contained in:
parent
d7dd018704
commit
26c1f2bafc
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ Manager_saveWindowState(filename, nm, nv)
|
||||||
Loop, % nv
|
Loop, % nv
|
||||||
{
|
{
|
||||||
view := A_Index
|
view := A_Index
|
||||||
; @todo: Dump all view window lists
|
; Dump all view window lists
|
||||||
text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n"
|
text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue