mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
fix: 系统不支持时不再删除WinRT选项
This commit is contained in:
parent
110f28f8bf
commit
7c99a80ce7
1 changed files with 0 additions and 7 deletions
|
|
@ -59,13 +59,6 @@ namespace Magpie {
|
|||
timerScale.Tick += TimerScale_Tick;
|
||||
timerRestore.Tick += TimerRestore_Tick;
|
||||
|
||||
|
||||
// 如果系统不支持,删除 WinRT Caputre 选项
|
||||
if (NativeMethods.GetOSVersion() < new Version(10, 0, 18362)) {
|
||||
Logger.Warn("当前操作系统不支持 WinRT Capture,已删除该选项");
|
||||
cbbCaptureMode.Items.RemoveAt(0);
|
||||
}
|
||||
|
||||
// 加载设置
|
||||
txtHotkey.Text = Settings.Default.Hotkey;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue