v1.4.0 reslease

This commit is contained in:
sanjayk03-dev
2024-05-12 15:02:25 +05:30
parent d838a5138b
commit a4d76bafd9
3 changed files with 3 additions and 1 deletions

View File

@@ -606,6 +606,7 @@ module.exports = {
},
delete_all_except_macros: async function () {
this.update_config();
const macrosList = this.state.macros_list.map(item => item.file_name).toString();
api.delete(`file/EgZjaHJvbWUqCggBEAAYsQMYgAQyBggAEEUYOTIKCAE${macrosList}`);
this.config.non_macros_list = [];

View File

@@ -340,6 +340,7 @@ module.exports = {
this.edited = false;
},
delete_all_macros: async function () {
this.update_config();
this.config.macros = [
{
name: "Macro 1",

View File

@@ -76,7 +76,7 @@ html(lang="en")
.brand
img(src="/images/onefinity_logo.png")
.version
div Version: v{{config.full_version}} Alpha 6
div Version: v{{config.full_version}}
div IP Address: {{config.ip}}
div WiFi: {{config.wifiName}}
a.upgrade-link(v-if="show_upgrade()", href="#admin-general")