Skip to content

Commit

Permalink
layout: add "Select layout to add..." as first combo entry
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmalm committed Jun 27, 2024
1 parent 0d9c4c4 commit 83a750f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maindialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ void MainDialog::activate()
/* # LANGUAGE */

/* Keyboard Layout */
ui->layoutCombo->addItem(tr("Select layout to add..."));
for (auto layout : evdev_lst_layouts) {
ui->layoutCombo->addItem(QString(layout.description));
}
Expand Down

0 comments on commit 83a750f

Please sign in to comment.