mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 00:24:45 +01:00
Notify on encryption change
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user