Merge branch 'seen-indicator' Fixes #100
This commit is contained in:
		@@ -35,7 +35,8 @@ TextEdit {
 | 
				
			|||||||
    focus: false
 | 
					    focus: false
 | 
				
			||||||
    selectByMouse: true
 | 
					    selectByMouse: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    onLinkActivated: if (enableLinkActivation) Qt.openUrlExternally(link)
 | 
					    onLinkActivated: if (enableLinkActivation && link !== '#state-text')
 | 
				
			||||||
 | 
					        Qt.openUrlExternally(link)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    MouseArea {
 | 
					    MouseArea {
 | 
				
			||||||
        anchors.fill: label
 | 
					        anchors.fill: label
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user