forked from open-webui/open-webui
		
	fix: changelog popup default behaviour
This commit is contained in:
		
							parent
							
								
									05aea9edf9
								
							
						
					
					
						commit
						3ab2c384f2
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -184,7 +184,9 @@ | ||||||
| 				} | 				} | ||||||
| 			}); | 			}); | ||||||
| 
 | 
 | ||||||
| 			showChangelog.set(localStorage.version !== $config.version); | 			if ($user.role === 'admin') { | ||||||
|  | 				showChangelog.set(localStorage.version !== $config.version); | ||||||
|  | 			} | ||||||
| 
 | 
 | ||||||
| 			await tick(); | 			await tick(); | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek