Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
WamWooWam committed Nov 4, 2020
1 parent a42c799 commit c969258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
6 changes: 0 additions & 6 deletions Unicord.Universal.Voice/Unicord.Universal.Voice.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,6 @@
<ProjectReference Include="..\Libraries\Native\libsodium\libsodium.vcxproj">
<Project>{a185b162-6cb6-4502-b03f-b56f7699a8d9}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Native\WebRTC\WebRTC.vcxproj">
<Project>{0cae67e6-bf85-4274-a665-12b44c4cd994}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<LinkLibraryDependencies>false</LinkLibraryDependencies>
<Private>false</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
3 changes: 1 addition & 2 deletions Unicord.Universal/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,7 @@ Task ClientErrored(ClientErrorEventArgs e)
Token = token,
TokenType = TokenType.User,
LogLevel = DSharpPlus.LogLevel.Debug,
GatewayCompressionLevel = GatewayCompressionLevel.None,
ReconnectIndefinitely = true
GatewayCompressionLevel = GatewayCompressionLevel.None
}));

Discord.DebugLogger.LogMessageReceived += (o, ee) => Logger.Log(ee.Message, ee.Application);
Expand Down
2 changes: 1 addition & 1 deletion Unicord.Universal/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="24101WamWooWamRD.Unicord" Publisher="CN=0F22111D-EDF0-42F0-B58D-26C4C5C5054B" Version="1.6.19.0" />
<Identity Name="24101WamWooWamRD.Unicord" Publisher="CN=0F22111D-EDF0-42F0-B58D-26C4C5C5054B" Version="1.6.20.0" />
<mp:PhoneIdentity PhoneProductId="5783aabf-3049-421f-ae1d-e88bd89018f2" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>ms-resource:AppDisplayName</DisplayName>
Expand Down
2 changes: 2 additions & 0 deletions Unicord.Universal/Pages/DiscordPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ private void CloseItem_Tapped(object sender, TappedRoutedEventArgs e)

private void CreateServerItem_Tapped(object sender, TappedRoutedEventArgs e)
{
return;

var element = sender as FrameworkElement;
if (ApiInformation.IsTypePresent("Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions"))
{
Expand Down

0 comments on commit c969258

Please sign in to comment.