sort and ascension ctx button functions

toast
Kit Kasune 3 years ago
parent 1a056659de
commit 55c62324c7
  1. 1
      scripts/contextmenu/changeascend.js
  2. 1
      scripts/contextmenu/changesort.js

@ -0,0 +1 @@
module.exports = () => {require('../buttons/changeascend')();};

@ -0,0 +1 @@
module.exports = () => {require('../buttons/changesort')();};
Loading…
Cancel
Save