 1ff5843ee6
			
		
	
	
		1ff5843ee6
		
			
		
	
	
	
	
		
			
			* battery Info temperature displays C or F * PowerSettings: add locale module to dependencies Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| App(
 | |
|     appid="power_settings",
 | |
|     name="Power",
 | |
|     apptype=FlipperAppType.SETTINGS,
 | |
|     entry_point="power_settings_app",
 | |
|     requires=[
 | |
|         "gui",
 | |
|         "power",
 | |
|         "locale",
 | |
|     ],
 | |
|     flags=["InsomniaSafe"],
 | |
|     stack_size=1 * 1024,
 | |
|     order=40,
 | |
| )
 |