Skip to content

Commit

Permalink
[themeSwitch] Replace movies with groups
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon authored Nov 15, 2024
1 parent 1345bde commit 54f0f09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/themeSwitch/themeSwitchMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
const defaultOrder = [
"Scenes",
"Images",
"Movies",
"Groups",
"Markers",
"Galleries",
"Performers",
Expand Down Expand Up @@ -600,7 +600,7 @@
var navMenuItems = [
{ name: "Scenes", key: "scenes" },
{ name: "Images", key: "images" },
{ name: "Movies", key: "movies" },
{ name: "Groups", key: "groups" },
{ name: "Markers", key: "scenes/markers" },
{ name: "Galleries", key: "galleries" },
{ name: "Performers", key: "performers" },
Expand Down Expand Up @@ -718,8 +718,8 @@
"stash:page:scene",
"stash:page:images",
"stash:page:image",
"stash:page:movies",
"stash:page:movie",
"stash:page:groups",
"stash:page:group",
"stash:page:markers",
"stash:page:galleries",
"stash:page:performers",
Expand Down

0 comments on commit 54f0f09

Please sign in to comment.