remove test code, add logo svg, add screenshots

This commit is contained in:
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 08:39:48 +02:00
parent ebaf831be7
commit 125c908ef8
5 changed files with 85 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ namespace PolyChat
public async void OnOpenNewChatDialog(object sender = null, RoutedEventArgs e = null)
{
// test
/**/
/*
OnIncomingMessage(
"localhost",
new JObject(
@@ -96,7 +96,7 @@ namespace PolyChat
).ToString(),
DateTime.Now
);
/**/
*/
NewChatDialog dialog = new NewChatDialog();
var result = await SafelyOpenDialog(dialog);
if (result == ContentDialogResult.Primary)