forked from ExoticSwingset/TruthfulDock
		
	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
 | 
					-(void)setBackgroundAlpha:(double)arg1 { // Method found in SBDockView.h used to set dock opacity
 | 
				
			||||||
    // Preferences
 | 
					    // Preferences
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    NSDictionary *bundleDefaults = [[NSUserDefaults standardUserDefaults]persistentDomainForName:@"com.exoticswingset.truthfuldockprefs"];
 | 
					    NSDictionary *bundleDefaults = [[NSUserDefaults standardUserDefaults]
 | 
				
			||||||
 | 
					    persistentDomainForName:@"com.exoticswingset.truthfuldockprefs"];
 | 
				
			||||||
    id isTweakEnabled = [bundleDefaults valueForKey:@"isTweakEnabled"];
 | 
					    id isTweakEnabled = [bundleDefaults valueForKey:@"isTweakEnabled"];
 | 
				
			||||||
    double alphaValue = [[bundleDefaults valueForKey:@"alphaValue"]doubleValue];
 | 
					    double alphaValue = [[bundleDefaults valueForKey:@"alphaValue"]doubleValue];
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user