forked from amkovkov/GranuSightSoftware2
feat: fullscreen argument
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
@@ -9,6 +11,9 @@ public partial class MainWindowViewModel : ViewModelBase
|
||||
private readonly ILogger<MainWindowViewModel> _logger;
|
||||
|
||||
[ObservableProperty] private string _title;
|
||||
[ObservableProperty] private SystemDecorations _systemDecorations;
|
||||
[ObservableProperty] private bool _topmost;
|
||||
[ObservableProperty] private WindowState _windowState;
|
||||
|
||||
public MainWindowViewModel(ILogger<MainWindowViewModel> logger)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user