mirror of
				https://github.com/yuzu-emu/liftinstall.git
				synced 2025-11-04 15:04:57 +00:00 
			
		
		
		
	Migrate TODO to issue
This commit is contained in:
		
							parent
							
								
									e3047c1bc9
								
							
						
					
					
						commit
						a9ec23e6c9
					
				| 
						 | 
				
			
			@ -136,8 +136,6 @@ impl InstallerFramework {
 | 
			
		|||
 | 
			
		||||
    /// Sends a request for everything to be uninstalled.
 | 
			
		||||
    pub fn uninstall(&mut self, messages: &Sender<InstallMessage>) -> Result<(), String> {
 | 
			
		||||
        // TODO: Cleanup maintenance tool
 | 
			
		||||
 | 
			
		||||
        let items: Vec<String> = self.database.iter().map(|x| x.name.clone()).collect();
 | 
			
		||||
 | 
			
		||||
        let task = Box::new(UninstallTask { items });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue