Fix click on room setting buttons not working
This commit is contained in:
		
							
								
								
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							@@ -83,6 +83,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Interface
 | 
					## Interface
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Differentiate invited room members
 | 
				
			||||||
- https://doc.qt.io/qt-5/qml-qtquick-smoothedanimation.html for progress bars
 | 
					- https://doc.qt.io/qt-5/qml-qtquick-smoothedanimation.html for progress bars
 | 
				
			||||||
- 
 | 
					- 
 | 
				
			||||||
- Make all "Cancel" buttons able to cancel running Backend coroutines set
 | 
					- Make all "Cancel" buttons able to cancel running Backend coroutines set
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -56,7 +56,7 @@ HDrawer {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                    enabled: ["members", "settings"].includes(modelData)
 | 
					                    enabled: ["members", "settings"].includes(modelData)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    onClicked: swipeView.currentIndex = index
 | 
					                    onClicked: swipeView.currentIndex = Math.min(index, 1)
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user