mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix disable source option not appearing
This commit is contained in:
		@@ -176,7 +176,7 @@ fun SourceOptionsDialog(
 | 
			
		||||
                        .fillMaxWidth()
 | 
			
		||||
                        .padding(vertical = 16.dp),
 | 
			
		||||
                )
 | 
			
		||||
                if (source.isLocal()) {
 | 
			
		||||
                if (!source.isLocal()) {
 | 
			
		||||
                    Text(
 | 
			
		||||
                        text = stringResource(R.string.action_disable),
 | 
			
		||||
                        modifier = Modifier
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user