From 61ab7f0c7975759eb6d7c4303b643c97950bc2cf Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 2 May 2022 23:36:23 +0200 Subject: [PATCH] added the option to create a start menu shortcut --- WeeXnes/MVVM/View/SettingView.xaml | 8 ++++++ WeeXnes/MVVM/View/SettingView.xaml.cs | 14 ++++++++++ WeeXnes_UAC/App.xaml.cs | 31 ++++++++++++++++++++- WeeXnes_UAC/WeeXnes_UAC.csproj | 40 +++++++++++++++++++-------- WeeXnes_UAC/app.manifest | 12 ++++++++ 5 files changed, 93 insertions(+), 12 deletions(-) create mode 100644 WeeXnes_UAC/app.manifest diff --git a/WeeXnes/MVVM/View/SettingView.xaml b/WeeXnes/MVVM/View/SettingView.xaml index 23fdb40..c67e6b5 100644 --- a/WeeXnes/MVVM/View/SettingView.xaml +++ b/WeeXnes/MVVM/View/SettingView.xaml @@ -61,6 +61,14 @@ Height="25" Click="CheckForUpdateBtn_OnClick" Margin="4,10,4,0"/> + +