pgadmin4/runtime/macos.h
Dave Page 41be5479af Added dark mode support for the configuration dialog on Windows/macOS runtime. Fixes #4292
Detects dark mode at server start and styles the runtime accordingly.

Patch modified by: Neel Patel
2020-04-13 13:22:00 +05:30

18 lines
437 B
C

//////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
// Copyright (C) 2013 - 2020, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// macos.h - macOS-specific Objective-C/C++ functions
//
//////////////////////////////////////////////////////////////////////////
#ifndef MACOS_H
#define MACOS_H
bool IsDarkMode();
#endif // MACOS_H