appDisplay: Allow incomplete pages
Allow incomplete pages in the main grid, but not on folders. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1284
This commit is contained in:
parent
fae207811a
commit
8a50a8e64c
@ -193,7 +193,7 @@ var BaseAppView = GObject.registerClass({
|
||||
}
|
||||
|
||||
_createGrid() {
|
||||
return new IconGrid.IconGrid();
|
||||
return new IconGrid.IconGrid({ allow_incomplete_pages: true });
|
||||
}
|
||||
|
||||
_onScroll(actor, event) {
|
||||
|
Loading…
Reference in New Issue
Block a user