mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	adjust name of showNotifications to useInAppNotifications and add usePushNotifications
This commit is contained in:
		
							parent
							
								
									6359b8547d
								
							
						
					
					
						commit
						3d9f7f4e26
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -32,7 +32,8 @@ export interface Settings {
 | 
			
		|||
  showHiddenEvents: boolean;
 | 
			
		||||
  legacyUsernameColor: boolean;
 | 
			
		||||
 | 
			
		||||
  showNotifications: boolean;
 | 
			
		||||
  usePushNotifications: boolean;
 | 
			
		||||
  useInAppNotifications: boolean;
 | 
			
		||||
  isNotificationSounds: boolean;
 | 
			
		||||
 | 
			
		||||
  developerTools: boolean;
 | 
			
		||||
| 
						 | 
				
			
			@ -62,7 +63,8 @@ const defaultSettings: Settings = {
 | 
			
		|||
  showHiddenEvents: false,
 | 
			
		||||
  legacyUsernameColor: false,
 | 
			
		||||
 | 
			
		||||
  showNotifications: true,
 | 
			
		||||
  usePushNotifications: false,
 | 
			
		||||
  useInAppNotifications: true,
 | 
			
		||||
  isNotificationSounds: true,
 | 
			
		||||
 | 
			
		||||
  developerTools: false,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue