aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index a5683cbf..d257e5dd 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -177,6 +177,7 @@ NSString *SPFavoritesSortedBy = @"FavoritesSortedBy";
NSString *SPFavoritesSortedInReverse = @"FavoritesSortedInReverse";
NSString *SPAlwaysShowWindowTabBar = @"WindowAlwaysShowTabBar";
NSString *SPResetAutoIncrementAfterDeletionOfAllRows = @"ResetAutoIncrementAfterDeletionOfAllRows";
+NSString *SPFavoriteColorList = @"FavoriteColorList";
// Hidden Prefs
NSString *SPPrintWarningRowLimit = @"PrintWarningRowLimit";
@@ -279,6 +280,7 @@ NSString *SPFavoriteDatabaseKey = @"database";
NSString *SPFavoriteHostKey = @"host";
NSString *SPFavoritePortKey = @"port";
NSString *SPFavoriteUserKey = @"user";
+NSString *SPFavoriteColorIndexKey = @"colorIndex";
NSString *SPFavoriteTypeKey = @"type";
NSString *SPFavoriteSocketKey = @"socket";
NSString *SPFavoriteSSHHostKey = @"sshHost";