mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Menu: remove disable open wallet item
This commit is contained in:
		
							parent
							
								
									a0a307f3bd
								
							
						
					
					
						commit
						97b4fcb958
					
				
					 2 changed files with 1 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -499,9 +499,8 @@ void MainWindow::initMenu() {
 | 
			
		|||
    connect(ui->actionAbout, &QAction::triggered, this, &MainWindow::menuAboutClicked);
 | 
			
		||||
    connect(ui->actionDonate_to_Feather, &QAction::triggered, this, &MainWindow::donateButtonClicked);
 | 
			
		||||
 | 
			
		||||
    // Close / Open
 | 
			
		||||
    // Close wallet
 | 
			
		||||
    connect(ui->actionClose, &QAction::triggered, this, &MainWindow::menuWalletCloseClicked);
 | 
			
		||||
    connect(ui->actionOpen, &QAction::triggered, this, &MainWindow::menuWalletOpenClicked);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void MainWindow::menuToggleTabVisible(const QString &key){
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -386,7 +386,6 @@
 | 
			
		|||
    <property name="title">
 | 
			
		||||
     <string>File</string>
 | 
			
		||||
    </property>
 | 
			
		||||
    <addaction name="actionOpen"/>
 | 
			
		||||
    <addaction name="actionClose"/>
 | 
			
		||||
    <addaction name="actionQuit"/>
 | 
			
		||||
    <addaction name="separator"/>
 | 
			
		||||
| 
						 | 
				
			
			@ -500,14 +499,6 @@
 | 
			
		|||
   <addaction name="menuTools"/>
 | 
			
		||||
   <addaction name="menuHelp"/>
 | 
			
		||||
  </widget>
 | 
			
		||||
  <action name="actionOpen">
 | 
			
		||||
   <property name="enabled">
 | 
			
		||||
    <bool>false</bool>
 | 
			
		||||
   </property>
 | 
			
		||||
   <property name="text">
 | 
			
		||||
    <string>Open wallet</string>
 | 
			
		||||
   </property>
 | 
			
		||||
  </action>
 | 
			
		||||
  <action name="actionQuit">
 | 
			
		||||
   <property name="text">
 | 
			
		||||
    <string>Quit application</string>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue