mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	Fix displaying account username
This commit is contained in:
		@@ -30,7 +30,6 @@ struct AccountViewButton: View {
 | 
			
		||||
 | 
			
		||||
                    if accountPickerDisplaysUsername {
 | 
			
		||||
                        label
 | 
			
		||||
                            .labelStyle(.titleOnly)
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
@@ -47,6 +46,6 @@ struct AccountViewButton: View {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private var label: some View {
 | 
			
		||||
        Label(model.current?.description ?? "Select Account", systemImage: "globe")
 | 
			
		||||
        Text(model.current?.description ?? "Select Account")
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user