Feature/server settings (#458)
* Move "Server Address" setting to server settings * Rename "ServerDirSetting" to "TextSetting" * Use "TextSetting" for server address * Reset value when closing the dialog * Support passwords in "TextSetting" * Add server settings
This commit is contained in:
@@ -455,5 +455,8 @@ export const SERVER_SETTINGS = gql`
|
||||
backupTime
|
||||
backupInterval
|
||||
backupTTL
|
||||
|
||||
# local source
|
||||
localSourcePath
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user