quote:
Originally posted by kvnhmmd
how would i go about editing the script so it dont pop up everytime i sign in reminding me that its on?
Go to plus preferences--->scripts----->nudgestoolsscript->modify and at
line 45 modify:
code:
MsgPlus.DisplayToast("NudgesTools", "Nudges Tools Script " + (Active ? "Enabled" : "Disabled"));
In
code:
//MsgPlus.DisplayToast("NudgesTools", "Nudges Tools Script " + (Active ? "Enabled" : "Disabled"));