mirror of
https://github.com/exoticswingset/TruthfulDock.git
synced 2025-07-06 15:26:46 +00:00
Update Tweak.x
This commit is contained in:
3
Tweak.x
3
Tweak.x
@ -3,7 +3,8 @@
|
||||
-(void)setBackgroundAlpha:(double)arg1 { // Method found in SBDockView.h used to set dock opacity
|
||||
// Preferences
|
||||
|
||||
NSDictionary *bundleDefaults = [[NSUserDefaults standardUserDefaults]persistentDomainForName:@"com.exoticswingset.truthfuldockprefs"];
|
||||
NSDictionary *bundleDefaults = [[NSUserDefaults standardUserDefaults]
|
||||
persistentDomainForName:@"com.exoticswingset.truthfuldockprefs"];
|
||||
id isTweakEnabled = [bundleDefaults valueForKey:@"isTweakEnabled"];
|
||||
double alphaValue = [[bundleDefaults valueForKey:@"alphaValue"]doubleValue];
|
||||
|
||||
|
Reference in New Issue
Block a user