1
Fork 0
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:
MacDue 2022-05-04 21:36:07 +01:00 committed by Ali Mohammad Pur
parent d5b550096e
commit e268659d32
4 changed files with 48 additions and 3 deletions

View file

@ -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"
}
}
}