From 0acf5975ecd56914e10e4cf55d031c4cc64c4517 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Sun, 13 Oct 2024 16:37:30 -0500 Subject: [PATCH] Changed update to save --- src/config.ts | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index b1b1dbf..a1d264b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -250,7 +250,7 @@ function loadConfig(configs: Record[]): void { $('#config .add').on('click', createNewMountConfig); -$('#config .update').on('click', () => { +$('#config .save').on('click', () => { const configs = parseConfig(); if (!fs.existsSync('/etc')) { fs.mkdirSync('/etc'); diff --git a/src/index.html b/src/index.html index 466f7dd..f1b1da6 100644 --- a/src/index.html +++ b/src/index.html @@ -31,7 +31,7 @@
- +