mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
							parent
							
								
									e2f7e82cac
								
							
						
					
					
						commit
						225544e985
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
					@ -387,6 +387,18 @@ export default (callback: (launch: (router: VueRouter) => [Vue, MiOS]) => void,
 | 
				
			||||||
			});
 | 
								});
 | 
				
			||||||
			//#endregion
 | 
								//#endregion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								// Reapply current theme
 | 
				
			||||||
 | 
								try {
 | 
				
			||||||
 | 
									const themeName = os.store.state.device.darkmode ? os.store.state.device.darkTheme : os.store.state.device.lightTheme;
 | 
				
			||||||
 | 
									const themes = os.store.state.device.themes.concat(builtinThemes);
 | 
				
			||||||
 | 
									const theme = themes.find(t => t.id == themeName);
 | 
				
			||||||
 | 
									if (theme) {
 | 
				
			||||||
 | 
										applyTheme(theme);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								} catch (e) {
 | 
				
			||||||
 | 
									console.log(`Cannot reapply theme. ${e}`);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			//#region shadow
 | 
								//#region shadow
 | 
				
			||||||
			const shadow = '0 3px 8px rgba(0, 0, 0, 0.2)';
 | 
								const shadow = '0 3px 8px rgba(0, 0, 0, 0.2)';
 | 
				
			||||||
			const shadowRight = '4px 0 4px rgba(0, 0, 0, 0.1)';
 | 
								const shadowRight = '4px 0 4px rgba(0, 0, 0, 0.1)';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue