Move text to detail
This commit is contained in:
parent
f012e677a6
commit
79fb798471
1 changed files with 2 additions and 3 deletions
|
@ -126,9 +126,8 @@ const enum MessageBoxChoice {
|
|||
|
||||
async function clearData(win: BrowserWindow) {
|
||||
const { response } = await dialog.showMessageBox(win, {
|
||||
message:
|
||||
"Are you sure you want to reset Vesktop? This will log you out, clear caches and reset all your settings",
|
||||
detail: "Vesktop will automatically restart after this operation.",
|
||||
message: "Are you sure you want to reset Vesktop?",
|
||||
detail: "This will log you out, clear caches and reset all your settings!\n\nVesktop will automatically restart after this operation.",
|
||||
buttons: ["Yes", "No"],
|
||||
cancelId: MessageBoxChoice.Cancel,
|
||||
defaultId: MessageBoxChoice.Default,
|
||||
|
|
Reference in a new issue