mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
29 lines
866 B
C
29 lines
866 B
C
//
|
|
// 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"
|