mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
🎨
This commit is contained in:
@@ -19,11 +19,11 @@ const wchar_t kSystemPreferencesWindowClass[] =
|
||||
|
||||
namespace api {
|
||||
|
||||
class SystemPreferencesColorChangeListener :
|
||||
public gfx::SysColorChangeListener {
|
||||
class SystemPreferencesColorChangeListener
|
||||
: public gfx::SysColorChangeListener {
|
||||
public:
|
||||
explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs):
|
||||
prefs_(prefs) {
|
||||
explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs)
|
||||
: prefs_(prefs) {
|
||||
}
|
||||
|
||||
void OnSysColorChange() {
|
||||
|
||||
Reference in New Issue
Block a user