Add systemPreferences module
This commit is contained in:
parent
60b9ff3948
commit
13f8599ba1
7 changed files with 114 additions and 0 deletions
15
atom/browser/api/atom_api_system_preferences_mac.mm
Normal file
15
atom/browser/api/atom_api_system_preferences_mac.mm
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright (c) 2016 GitHub, Inc.
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "atom/browser/api/atom_api_system_preferences.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
namespace api {
|
||||
|
||||
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace atom
|
Loading…
Add table
Add a link
Reference in a new issue