Compare commits

4 Commits
0.1 ... main

Author SHA1 Message Date
tux
f3120b8484 fix: typo in README.md
Update README.md
2025-07-07 17:14:24 +05:30
Luke Berry
5c6227127d Update README.md
fix: README typo
2025-07-07 11:34:11 +01:00
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 6 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<div align="center">
<h3 align="center">High Minded</h3>
<p align="center">
Your undectable personal assistance
Your undetectable personal assistance
</p>
<p align="center">
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/tuxdotrs/highminded">
@@ -27,7 +27,7 @@
## Features
- [x] Undectable Window - The application window remains hidden during screen sharing, ensuring complete discretion.
- [x] undetectable Window - The application window remains hidden during screen sharing, ensuring complete discretion.
- [x] Screen Capture - Capture your screen and receive relevant insights or assistance based on the content.
- [x] BYO Model - Bring your own LLM—works with any model supporting the OpenAI-compatible API.
- [x] Custom Prompt - Define your own prompt to guide the assistant according to your specific needs.
@@ -38,7 +38,9 @@
## 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 -->

View File

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