Files
NoUninstall/Tweak.x
2020-02-18 12:03:48 -05:00

6 rader
66 B
Plaintext

%hook SBLeafIcon
-(BOOL)isUninstallSupported {
return NO;
}
%end