From ba332e64c29622e0b69412cb2fea639182ac1d1c Mon Sep 17 00:00:00 2001 From: avenjamin Date: Wed, 30 Jun 2010 16:34:03 +0000 Subject: Add option to toggle the tab bar visibility. - Only applies when one tab is present. - Saves last used state to preferences. --- Source/SPConstants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index e6932900..a7a10fc2 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -286,6 +286,7 @@ extern NSString *SPProcessListEnableAutoRefresh; extern NSString *SPProcessListAutoRrefreshInterval; extern NSString *SPFavoritesSortedBy; extern NSString *SPFavoritesSortedInReverse; +extern NSString *SPAlwaysShowWindowTabBar; // Hidden Prefs extern NSString *SPPrintWarningRowLimit; -- cgit v1.2.3