Skip to content

Commit

Permalink
Fixed version number in splash text to pull from updater.
Browse files Browse the repository at this point in the history
  • Loading branch information
harryeffinpotter committed Jul 19, 2022
1 parent 6781894 commit 850dbe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mainWindow.Designer.cs

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

1 change: 1 addition & 0 deletions mainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ private void menuItem2_Click(object Sender, EventArgs e)
private async void MainWindow_Load(object sender, EventArgs e)
{
Updater.Update();
SplashText.Text = $"All Legit v{Updater.currentVersion}\nby HarryEffinPottter/YSG\n\nGlobal hot key works everywhere,\neven when app is minimized.\n\nCTRL + V or Paste button while in app.";
var converter = new KeysConverter();
HotKeyBox.Text = converter.ConvertToString(Properties.Settings.Default.HotKeyKeyData);
OpenDirBox.Checked = Properties.Settings.Default.OpenDir;
Expand Down

0 comments on commit 850dbe7

Please sign in to comment.