mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-23 08:01:03 +05:30
feat: togglable window visibility on screenshare
This commit is contained in:
@@ -17,5 +17,5 @@ public partial class MainViewModel : ObservableObject
|
||||
private string _audioShortcutKey = OperatingSystem.IsMacOS() ? "OPTION + SHIFT + A" : "ALT + SHIFT + A";
|
||||
|
||||
[ObservableProperty] private bool _isRecording = false;
|
||||
[ObservableProperty] private bool _isHidden = true;
|
||||
[ObservableProperty] private bool _isVisibleOnScreenshare = false;
|
||||
}
|
Reference in New Issue
Block a user