Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Launch in incognito mode #219

Open
1 task done
bobcate opened this issue Feb 24, 2024 · 0 comments
Open
1 task done

[Feature Request]: Launch in incognito mode #219

bobcate opened this issue Feb 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bobcate
Copy link

bobcate commented Feb 24, 2024

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

Launch the interface in the browser's incognito mode.

Proposed workflow

Add a toggle in settings to enable launching in incognito mode.

Additional information

I'm using Opera browser and adding
os.system("powershell -C Start-Process opera.exe -ArgumentList @( '-incognito', 'http://127.0.0.1:7860/' )")
just after line 52 in webui.py accomplishes this, but I have to add it after every update.
Would be nice to have that option in settings so its persistent after updates.

@bobcate bobcate added the enhancement New feature or request label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant