forked from mirror/smcFanControl
Moved Preference Strings into Constants
This commit is contained in:
28
Classes/Constants.h
Normal file
28
Classes/Constants.h
Normal file
@ -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"
|
||||
Reference in New Issue
Block a user