mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:57:44 +00:00
Terminal+TerminalSettings: Allow disabling close confirmations
This commit is contained in:
parent
d5b550096e
commit
e268659d32
4 changed files with 48 additions and 3 deletions
|
@ -61,4 +61,17 @@
|
|||
orientation: "Horizontal"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "Exit Behaviour"
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
name: "terminal_confirm_close"
|
||||
text: "Ask before closing if processes are running in the terminal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue