Notify on encryption change

This commit is contained in:
Thoronium
2023-03-09 16:30:54 -07:00
parent d56c6bc069
commit 8a62a5a8c7
2 changed files with 2 additions and 4 deletions

View File

@@ -264,6 +264,8 @@ export default class Options extends React.Component<IProps, IState> {
(await server.encryptionEnabled(folderPath + '/config.json')) ? 'options.enabled' : 'options.disabled'
),
})
alert('Restart Grasscutter to apply encryption settings! If it is already closed, just start as normal.')
}
async removeRSA() {