The Settings tab contains two toggles that control how the application behaves at the OS level: whether closing the window hides it to the system tray, and whether the app launches automatically when you log in. Both settings are stored in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/cloudwaddie/aitweaker/llms.txt
Use this file to discover all available pages before exploring further.
app_settings object in profiles.json and are shared across all profiles.
Minimize to tray
The Minimize to tray toggle changes what happens when you click the window’s close button.- Off (default): Clicking the close button quits the application and stops the proxy.
- On: Clicking the close button hides the window. The app and proxy keep running in the background. A system tray icon appears with two menu items: Show (re-opens the window) and Quit (stops the proxy and exits).
The tray icon is created when you enable the toggle. If you disable the toggle while the window is hidden, the tray icon is removed and the close button reverts to quitting the app.
Start with OS
The Start with OS toggle registers AI Leaks Tweaker to launch automatically when you log in. The exact mechanism depends on your operating system.- Windows
- macOS
- Linux
On Windows, toggling this on adds an entry named The value is the absolute path to
AITweaker to the registry key:run.bat in the application directory.Toggling it off deletes the AITweaker value from the same key. If the value does not exist (e.g. it was never set or was removed manually), the toggle handles this gracefully without error.To remove the startup entry manually, open Registry Editor, navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run, and delete the AITweaker value.