Skip to content

Commit

Permalink
[+] #38: WindInfy - added property timestamp to record timestamp of c…
Browse files Browse the repository at this point in the history
…reation
  • Loading branch information
hoppfrosch committed Mar 14, 2017
1 parent a3f931f commit b4beec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Windy/WindInfy.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class WindInfy {
oWindInfy.processname := oWindy.processname
oWindInfy.pid := oWindy.processID
oWindInfy.processfullpath := WindInfy._GetModuleFileNameEx(oWindy.processID)
oWindInfy.timestamp := A_Now
oWindInfy.style := oWindy.style
oWindInfy.styleEx := oWindy.styleEx
oWindInfy.rolledUp := oWindy.rolledUp
Expand Down

0 comments on commit b4beec3

Please sign in to comment.