Move text to detail

This commit is contained in:
V 2023-07-14 02:14:00 +02:00
parent f012e677a6
commit 79fb798471
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -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,