mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:30:05 +00:00 
			
		
		
		
	Revert "save alert dock's visibility on exit"
This reverts commit 3ab18392b3.
			
			
This commit is contained in:
		
							parent
							
								
									bc62236351
								
							
						
					
					
						commit
						a94dc82c1f
					
				
					 4 changed files with 1 additions and 20 deletions
				
			
		|  | @ -281,6 +281,7 @@ MainWindow::MainWindow(QWidget* parent) : | |||
|    // Configure Alert Dock
 | ||||
|    bool alertDockVisible_ = uiSettings.alert_dock_visible().GetValue(); | ||||
|    p->alertDockWidget_ = new ui::AlertDockWidget(this); | ||||
|    p->alertDockWidget_->setVisible(false); | ||||
|    addDockWidget(Qt::BottomDockWidgetArea, p->alertDockWidget_); | ||||
|    p->alertDockWidget_->setVisible(alertDockVisible_); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak