mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
fix: 修复windows上部分输入框样式不正确
This commit is contained in:
@@ -45,7 +45,7 @@ public class MainWindowViewModel : BindableBase
|
||||
set => SetProperty(ref _message, value);
|
||||
}
|
||||
|
||||
private DelegateCommand? LoadedCommand { get; }
|
||||
public DelegateCommand? LoadedCommand { get; }
|
||||
public DelegateCommand<PointerPressedEventArgs> DragMoveCommand { get; private set; }
|
||||
|
||||
private DelegateCommand? _closingCommand;
|
||||
@@ -144,9 +144,6 @@ public class MainWindowViewModel : BindableBase
|
||||
// ignored
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Dispatcher.UIThread.InvokeAsync(() => { LoadedCommand.Execute(); });
|
||||
}
|
||||
|
||||
#region 剪贴板
|
||||
|
||||
Reference in New Issue
Block a user