Compare commits

...

2 Commits

Author SHA1 Message Date
tux
78f3f50e18 doc: add comment for curious one's 2025-07-06 21:51:07 +05:30
tux
2e3dea2370 doc: update README.md 2025-07-06 20:26:39 +05:30
2 changed files with 4 additions and 1 deletions

View File

@@ -38,7 +38,9 @@
## Installation ## Installation
Get the appropriate binary for your platform from the [release page](https://github.com/tuxdotrs/highminded/releases). Get the appropriate binary for your platform from
the [release page](https://github.com/tuxdotrs/highminded/releases).<br>
On the first launch make sure to provide relevant information in the settings tab.
<!-- KEYBINDINGS --> <!-- KEYBINDINGS -->

View File

@@ -106,6 +106,7 @@ public partial class MainWindow : Window
InMemoryDb.Obj.MainViewModel.IsVisibleOnScreenshare = true; InMemoryDb.Obj.MainViewModel.IsVisibleOnScreenshare = true;
} }
// Here the sauce lol, Cheers to our curiosity!
private void HideOverlay() private void HideOverlay()
{ {
var handle = TryGetPlatformHandle(); var handle = TryGetPlatformHandle();