Serve updates
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -366,7 +366,7 @@ async function parseRemotes(remotes: string[]) {
|
||||
// console.log('[parseRemotes] Adding Stop Serve (' + currentServe.Addr.split(':')[0] + ') for ', remote)
|
||||
const stopServeMenuItem = await MenuItem.new({
|
||||
id: `stop-serve-${currentServe.id}`,
|
||||
text: 'Stop Serve',
|
||||
text: 'Stop Serve (' + currentServe.id.split('-')[0]?.toUpperCase() + ')',
|
||||
action: async () => {
|
||||
try {
|
||||
await showLoadingTray()
|
||||
|
||||
@@ -79,3 +79,5 @@ export const SUPPORTED_BACKENDS = [
|
||||
'yandex',
|
||||
'zoho',
|
||||
]
|
||||
|
||||
export const SERVE_TYPES = ['dlna', 'ftp', 'sftp', 'http', 'nfs', 'restic', 's3', 'webdav'] as const
|
||||
|
||||
Reference in New Issue
Block a user