Fix empty list issue after auto auth

#231 #250 #253 etc
This commit is contained in:
Sunnyyoung
2021-05-09 00:27:46 +08:00
parent 551ac02551
commit e963b6a7e7
6 changed files with 102 additions and 56 deletions
@@ -8,15 +8,6 @@
#import "WeChatTweakHeaders.h"
typedef NS_ENUM(NSUInteger, RevokeNotificationType) {
RevokeNotificationTypeFollow = 0,
RevokeNotificationTypeReceiveAll,
RevokeNotificationTypeDisable,
};
static NSString * const WeChatTweakPreferenceAutoAuthKey = @"WeChatTweakPreferenceAutoAuthKey";
static NSString * const WeChatTweakPreferenceRevokeNotificationTypeKey = @"WeChatTweakPreferenceRevokeNotificationTypeKey";
@interface TweakPreferencesController : NSViewController
@end