mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-04-21 17:56:58 -04:00
Disable drag mod reordering
This commit is contained in:
@@ -20,7 +20,7 @@ ModListView::ModListView ( QWidget* parent )
|
||||
setHorizontalScrollBarPolicy ( Qt::ScrollBarAsNeeded );
|
||||
setDropIndicatorShown(true);
|
||||
setDragEnabled(true);
|
||||
setDragDropMode(QAbstractItemView::DragDrop);
|
||||
setDragDropMode(QAbstractItemView::DropOnly);
|
||||
viewport()->setAcceptDrops(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user