QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 350 forks source link

[Feature request] Change window color/style in private mode #2575

Closed ghost closed 6 years ago

ghost commented 6 years ago

The great thing will be ability to change (permanently in config) window color or maybe theme for private browsing. Because at current point only one thing can help to differ standart window from private, there is hint in window name, but it not visible while used long site title or while windows decorations not used.

nowrep commented 6 years ago

BrowserWindow gets property private set to true in private mode, so you can use that to change the color.

ghost commented 6 years ago

Let me tell you what i think also would be „great thing“ here - if people who make pull requests are focusing to complete'em, instead of opening non sense issues.

nowrep commented 6 years ago

@cranes-bill That was really inappropriate.

Actually it's a good idea to be able to style normal and private mode differently and the current option was not good enough.

nowrep commented 6 years ago

Something like this can be done for Linux theme:

#mainwindow
{
    background : palette(dark)
}
ghost commented 6 years ago

@nowrep sorry, i'm just not a fan of „paint job“ ideas, furthermore if there is something other to do!