Skip to content

Commit

Permalink
fixed some stuff, added some stuff, removed some stuff etc
Browse files Browse the repository at this point in the history
  • Loading branch information
n1d3v committed May 15, 2024
1 parent c8a9854 commit 413c09c
Show file tree
Hide file tree
Showing 40 changed files with 14,943 additions and 3,628 deletions.
Binary file added .vs/Naticord/v15/.suo
Binary file not shown.
Empty file.
Binary file added .vs/Naticord/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file not shown.
Binary file added .vs/Naticord/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
Empty file added Naticord/Install-Package
Empty file.
2 changes: 1 addition & 1 deletion Naticord/Login.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Naticord/Login.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.IO;
using System.Net;
using System.Diagnostics;
using System.Windows.Forms;

namespace Naticord
Expand Down Expand Up @@ -71,7 +72,12 @@ private void SaveToken(string accessToken)

private void Login_Load(object sender, EventArgs e)
{
// this isn't really needed but at the same time it isnt?
}

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("https://github.com/n1d3v/naticord#how-to-login");
}
}
}
3,953 changes: 2,157 additions & 1,796 deletions Naticord/Login.resx

Large diffs are not rendered by default.

52 changes: 42 additions & 10 deletions Naticord/Naticord.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 413c09c

Please sign in to comment.