New: Store last 5 used folders from manual import

This commit is contained in:
Mark McDowall
2015-05-17 16:07:27 -07:00
parent f1a5261e0a
commit f57dea7f1f
6 changed files with 95 additions and 9 deletions
+12
View File
@@ -43,9 +43,21 @@
margin-top: 10px;
}
}
.recent-folders {
margin-top: 20px;
}
.recent-folder {
.clickable();
}
}
.manual-import-error {
background-color : #fdefef;
}
.recent-folder {
.clickable();
}
}