aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2010-06-30 16:34:03 +0000
committeravenjamin <avenjamin@gmail.com>2010-06-30 16:34:03 +0000
commitba332e64c29622e0b69412cb2fea639182ac1d1c (patch)
tree23d990c97bc1c70fe4a26450b2ea0b579ddbe919 /Source/SPConstants.m
parent92b97ba3f3ee634e101483f5129f25b4f8230117 (diff)
downloadsequelpro-ba332e64c29622e0b69412cb2fea639182ac1d1c.tar.gz
sequelpro-ba332e64c29622e0b69412cb2fea639182ac1d1c.tar.bz2
sequelpro-ba332e64c29622e0b69412cb2fea639182ac1d1c.zip
Add option to toggle the tab bar visibility.
- Only applies when one tab is present. - Saves last used state to preferences.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 5580cbe7..bd02875f 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -134,6 +134,7 @@ NSString *SPProcessListEnableAutoRefresh = @"ProcessListEnableAutoRefres
NSString *SPProcessListAutoRrefreshInterval = @"ProcessListAutoRrefreshInterval";
NSString *SPFavoritesSortedBy = @"FavoritesSortedBy";
NSString *SPFavoritesSortedInReverse = @"FavoritesSortedInReverse";
+NSString *SPAlwaysShowWindowTabBar = @"WindowAlwaysShowTabBar";
// Hidden Prefs
NSString *SPPrintWarningRowLimit = @"PrintWarningRowLimit";