mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
add note about modifying profile (#812)
This commit is contained in:
@@ -7,7 +7,7 @@ export global InputProfileData {
|
||||
}
|
||||
|
||||
export component InputProfileDialog inherits Window {
|
||||
title: @tr("Create Input Profile");
|
||||
title: @tr("Create/Modify Input Profile");
|
||||
callback profile_creation_button_clicked;
|
||||
in-out property dinput <=> InputProfileData.dinput;
|
||||
in-out property profile_name <=> InputProfileData.profile_name;
|
||||
@@ -15,7 +15,7 @@ export component InputProfileDialog inherits Window {
|
||||
VerticalBox {
|
||||
HorizontalBox {
|
||||
LineEdit {
|
||||
placeholder-text: @tr("Enter profile name");
|
||||
placeholder-text: @tr("Enter profile name to create or modify");
|
||||
preferred-width: 300px;
|
||||
edited(text) => {
|
||||
InputProfileData.profile_name = text;
|
||||
|
||||
Reference in New Issue
Block a user