mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-11-04 08:12:26 -06:00 
			
		
		
		
	Update comments so they are inline with the updated decky-loader api
This commit is contained in:
		
					parent
					
						
							
								78705aeecd
							
						
					
				
			
			
				commit
				
					
						42e2171965
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								main.py
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								main.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
import os
 | 
			
		||||
 | 
			
		||||
# The decky plugin module is located at decky-loader/plugin
 | 
			
		||||
# The decky plugin module is located at decky-loader (repo) -> backend/decky_loader/plugin/imports
 | 
			
		||||
# For easy intellisense checkout the decky-loader code one directory up
 | 
			
		||||
# or add the `decky-loader/plugin` path to `python.analysis.extraPaths` in `.vscode/settings.json`
 | 
			
		||||
import decky_plugin
 | 
			
		||||
# and add the `decky-loader/backend/decky_loader/plugin/imports` path to `python.analysis.extraPaths` in `.vscode/settings.json`
 | 
			
		||||
import decky as decky_plugin
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Plugin:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue