Skip to content
Snippets Groups Projects
Commit f71da8b9 authored by hannes's avatar hannes
Browse files

removed reset and added a todo

parent 68c78436
No related branches found
No related tags found
1 merge request!85Thesis Hannes Staging
......@@ -20,6 +20,7 @@ struct FilesCategoryView : View{
var body: some View{
VStack{
// TODO : there is nothing displayed for some reason currently
TypePicker(selectedTypes: $filesModel.filteredFileTypes).padding(.horizontal, -20).padding(.bottom , 5)
FilesPreviewer(height: baseModel.size, filesCategoryVM: filesModel).padding(.horizontal, -20)
}
......
......@@ -51,7 +51,7 @@ struct InboxHome: View {
var body: some View {
NavigationView{
VStack{
#if DEBUG //&& false
#if DEBUG && false
Button(action: {PersistentDataProvider.dataProvider.resetCategories()}, label: {Text("reset")})
#endif
topSection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment