mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:57:36 +00:00
Run: Store and present recent Run command history in a ComboBox.
We now store the last 25 inputs ran in Run in a simple text file under .config (~/.config/RunHistory.txt)
This commit is contained in:
parent
05914d2e9a
commit
bafb8b0be6
4 changed files with 61 additions and 9 deletions
|
@ -31,7 +31,7 @@
|
|||
text_alignment: "CenterLeft"
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
@GUI::ComboBox {
|
||||
name: "path"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue