-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved Preference Strings into Constants
- Loading branch information
Showing
7 changed files
with
94 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// | ||
// Constants.h | ||
// smcFanControl | ||
// | ||
// Created by Hendrik Holtmann on 16/10/16. | ||
// | ||
// | ||
|
||
#define PREF_TEMP_UNIT @"Unit" | ||
#define PREF_SELECTION_DEFAULT @"SelDefault" | ||
#define PREF_AUTOSTART_ENABLED @"AutoStart" | ||
#define PREF_AUTOMATIC_CHANGE @"AutomaticChange" | ||
#define PREF_BATTERY_SELECTION @"selbatt" | ||
#define PREF_AC_SELECTION @"selac" | ||
#define PREF_CHARGING_SELECTION @"selload" | ||
#define PREF_MENU_DISPLAYMODE @"MenuBar" | ||
#define PREF_TEMPERATURE_SENSOR @"TSensor" | ||
#define PREF_NUMBEROF_LAUNCHES @"NumLaunches" | ||
#define PREF_DONATIONMESSAGE_DISPLAY @"DonationMessageDisplay" | ||
#define PREF_MENU_TEXTCOLOR @"MenuColor" | ||
#define PREF_FAVORITES_ARRAY @"Favorites" | ||
|
||
#define PREF_FAN_ARRAY @"FanData" | ||
#define PREF_FAN_TITLE @"Title" | ||
#define PREF_FAN_MINSPEED @"Minspeed" | ||
#define PREF_FAN_SELSPEED @"selspeed" | ||
#define PREF_FAN_SYNC @"sync" | ||
#define PREF_FAN_SHOWMENU @"menu" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.