mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:22:46 +00:00 
			
		
		
		
	LibGUI: Add symlink targets as a column in GFileSystemModel
Also make sure to hide this column by default where we don't expect to see it.
This commit is contained in:
		
							parent
							
								
									fcb7f6f233
								
							
						
					
					
						commit
						f7b394af7d
					
				
					 4 changed files with 23 additions and 0 deletions
				
			
		|  | @ -115,6 +115,7 @@ int main(int argc, char** argv) | |||
|     tree_view->set_column_hidden(GFileSystemModel::Column::Permissions, true); | ||||
|     tree_view->set_column_hidden(GFileSystemModel::Column::ModificationTime, true); | ||||
|     tree_view->set_column_hidden(GFileSystemModel::Column::Inode, true); | ||||
|     tree_view->set_column_hidden(GFileSystemModel::Column::SymlinkTarget, true); | ||||
|     tree_view->set_size_policy(SizePolicy::Fixed, SizePolicy::Fill); | ||||
|     tree_view->set_preferred_size(150, 0); | ||||
|     auto directory_view = DirectoryView::construct(splitter); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling