diff --git a/src/Manager.ahk b/src/Manager.ahk index 7ef7c3c..6935c4f 100644 --- a/src/Manager.ahk +++ b/src/Manager.ahk @@ -900,7 +900,7 @@ Manager_saveWindowState(filename, nm, nv) Loop, % nv { view := A_Index - ; @todo: Dump all view window lists + ; Dump all view window lists text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n" } }