зеркало из https://github.com/nextcloud/desktop.git
If <= Windows 10, use the reserve dark palette for dark mode
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Родитель
d2d91bb105
Коммит
800b84d165
|
@ -986,13 +986,13 @@ void Theme::connectToPaletteSignal()
|
|||
QVariantMap Theme::systemPalette()
|
||||
{
|
||||
connectToPaletteSignal();
|
||||
#if defined(Q_OS_WIN)
|
||||
auto systemPalette = QGuiApplication::palette();
|
||||
if(darkMode()) {
|
||||
#if defined(Q_OS_WIN)
|
||||
if (darkMode() && !IsWindows11OrGreater()) {
|
||||
systemPalette = reserveDarkPalette;
|
||||
}
|
||||
#else
|
||||
const auto systemPalette = QGuiApplication::palette();
|
||||
|
||||
#endif
|
||||
|
||||
return QVariantMap {
|
||||
|
|
Загрузка…
Ссылка в новой задаче