forked from MapComplete/MapComplete
		
	Switch translation mode on Shift+T
This commit is contained in:
		
							parent
							
								
									347d16154c
								
							
						
					
					
						commit
						2a825902d9
					
				
					 2 changed files with 62 additions and 53 deletions
				
			
		| 
						 | 
				
			
			@ -710,7 +710,12 @@ export default class ThemeViewState implements SpecialVisualizationState {
 | 
			
		|||
            },
 | 
			
		||||
            Translations.t.hotkeyDocumentation.translationMode,
 | 
			
		||||
            () => {
 | 
			
		||||
                Locale.showLinkToWeblate.setData(!Locale.showLinkToWeblate.data)
 | 
			
		||||
                const tm = this.userRelatedState.translationMode
 | 
			
		||||
                if(tm.data === "false"){
 | 
			
		||||
                    tm.setData("true")
 | 
			
		||||
                } else {
 | 
			
		||||
                    tm.setData("false")
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        )
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue