Skip to content

Commit

Permalink
Fix missing plus and edit icon
Browse files Browse the repository at this point in the history
Signed-off-by: trivernis <trivernis@protonmail.com>
  • Loading branch information
Trivernis committed Apr 12, 2022
1 parent b4e52b0 commit 49c41ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mediarepo-ui/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mediarepo-ui/src/app/components/core/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {MatSelectModule} from "@angular/material/select";
import {MatCheckboxModule} from "@angular/material/checkbox";
import {MatDividerModule} from "@angular/material/divider";
import {NgIconsModule} from "@ng-icons/core";
import * as materialIcons from "@ng-icons/material-icons";
import {MatPlus} from "@ng-icons/material-icons/baseline";
import {MatMenuModule} from "@angular/material/menu";
import {InputModule} from "../shared/input/input.module";
import {SidebarModule} from "../shared/sidebar/sidebar.module";
Expand Down Expand Up @@ -72,7 +72,7 @@ import {AboutDialogComponent} from "./repositories-tab/repository-overview/about
MatProgressBarModule,
MatCheckboxModule,
ScrollingModule,
NgIconsModule.withIcons({ ...materialIcons }),
NgIconsModule.withIcons({ MatPlus }),
FlexModule,
MatButtonModule,
MatMenuModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
MatAddCircle,
MatChangeCircle,
MatDeleteSweep,
MatEdit,
MatExpandLess,
MatExpandMore,
MatFilterAlt,
Expand Down Expand Up @@ -91,6 +92,7 @@ import {SortPresetItemComponent} from "./file-search/sort-preset-item/sort-prese
MatFilterAlt,
MatExpandMore,
MatExpandLess,
MatEdit
}),
MatRippleModule,
MatButtonModule,
Expand Down

0 comments on commit 49c41ce

Please sign in to comment.