We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6672a commit f21d666Copy full SHA for f21d666
src/View/AbstractDirectoryView.vala
@@ -337,11 +337,8 @@ namespace Files {
337
draw_when_idle ();
338
});
339
340
- set_should_thumbnail ();
341
-
342
model = new Files.ListModel ();
343
344
345
/* Currently, "single-click rename" is disabled, matching existing UI
346
* Currently, "right margin unselects all" is disabled, matching existing UI
347
*/
@@ -1418,6 +1415,7 @@ namespace Files {
1418
1415
is_writable = false;
1419
1416
}
1420
1417
+ set_should_thumbnail ();
1421
// Wait for view to draw so thumbnails and color tags displayed on first sight
1422
Idle.add (() => {
1423
empty_label.visible = slot.directory.is_empty ();
0 commit comments