preserve and load settings correctly
This commit is contained in:
		
							parent
							
								
									c228a70223
								
							
						
					
					
						commit
						5f95bce9e1
					
				
							
								
								
									
										2
									
								
								main.ts
								
								
								
								
							
							
						
						
									
										2
									
								
								main.ts
								
								
								
								
							| 
						 | 
				
			
			@ -102,7 +102,7 @@ class SampleSettingTab extends PluginSettingTab {
 | 
			
		|||
			.setDesc('It\'s a secret')
 | 
			
		||||
			.addText(text => text
 | 
			
		||||
				.setPlaceholder('Enter your secret')
 | 
			
		||||
				.setValue('')
 | 
			
		||||
				.setValue(this.plugin.settings.mySetting)
 | 
			
		||||
				.onChange(async (value) => {
 | 
			
		||||
					console.log('Secret: ' + value);
 | 
			
		||||
					this.plugin.settings.mySetting = value;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue