This commit is contained in:
Bitl 2019-10-26 21:27:53 -07:00
parent 93316aa57e
commit 5c4f8b0947
3 changed files with 12 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace NovetusLauncher
url = "https://www.roblox.com/catalog/";
isWebSite = true;
}
else if (comboBox1.SelectedIndex == 2)
else if (comboBox1.SelectedIndex == 3)
{
url = "https://www.roblox.com/library/";
isWebSite = true;

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>