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) {
|
async function clearData(win: BrowserWindow) {
|
||||||
const { response } = await dialog.showMessageBox(win, {
|
const { response } = await dialog.showMessageBox(win, {
|
||||||
message:
|
message: "Are you sure you want to reset Vesktop?",
|
||||||
"Are you sure you want to reset Vesktop? This will log you out, clear caches and reset all your settings",
|
detail: "This will log you out, clear caches and reset all your settings!\n\nVesktop will automatically restart after this operation.",
|
||||||
detail: "Vesktop will automatically restart after this operation.",
|
|
||||||
buttons: ["Yes", "No"],
|
buttons: ["Yes", "No"],
|
||||||
cancelId: MessageBoxChoice.Cancel,
|
cancelId: MessageBoxChoice.Cancel,
|
||||||
defaultId: MessageBoxChoice.Default,
|
defaultId: MessageBoxChoice.Default,
|
||||||
|
|
Reference in a new issue