Skip to content
Compare
Choose a tag to compare
@dayofpay dayofpay released this 30 Jul 16:39
· 3 commits to main since this release
c229245

✅ Added new feature to not send analytics data to v-devs servers ( This might cause issues with version checking or fetching data )

✅Updated exception handler

❓ How to enable analytics data:

1. Go to ViggneteCheckBG.exe.config

  1. Update the following line
    <setting name="analyticsData" serializeAs="String"> <value>False</value> </setting>
    To:
    <setting name="analyticsData" serializeAs="String"> <value>True</value> </setting>
    ⚠This might be the last release for this repository since the code structure and software architecture is very bad and most likely i will stop maintain the software or fully recode it