DrewNaylor / UXL-Launcher

An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft.
Apache License 2.0
7 stars 1 forks source link

Where possible, just pass the value of My.Settings.bypassConfiguredLocationForAllApps to the isolated error handler to reduce code duplication. #188

Closed DrewNaylor closed 4 years ago

DrewNaylor commented 4 years ago

Instead of doing an If statement, just passing the value will be much simpler. In some cases, this won't work such as if an app is deprecated, so we'll still have to do an If statement with those.