mirror of
https://github.com/mue/mue.git
synced 2026-06-13 03:58:49 +02:00
fix: Reset modal now works, widget order has reset button etc
This commit is contained in:
@@ -3,6 +3,7 @@ export const UNSPLASH_URL = 'https://unsplash.muetab.com';
|
||||
export const MARKETPLACE_URL = 'http://127.0.0.1:8080';
|
||||
export const WEBSITE_URL = 'https://muetab.com';
|
||||
export const SPONSORS_URL = 'https://sponsors.muetab.com';
|
||||
export const GITHUB_URL = 'https://api.github.com'
|
||||
export const OFFLINE_IMAGES = 20;
|
||||
export const BETA_VERSION = false;
|
||||
export const VERSION = '5.0';
|
||||
|
||||
@@ -138,5 +138,9 @@
|
||||
{
|
||||
"name": "timeformat",
|
||||
"value": "twentyfourhour"
|
||||
},
|
||||
{
|
||||
"name": "experimental",
|
||||
"value": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user