Edit NButton alignment

This commit is contained in:
Ly-sec 2025-09-07 15:33:47 +02:00
parent c14eb95dba
commit 888ba108e0
4 changed files with 10 additions and 1 deletions

View file

@ -113,6 +113,7 @@ Popup {
NButton {
text: "Apply"
icon: "check"
onClicked: {
if (settingsLoader.item && settingsLoader.item.saveSettings) {
var newSettings = settingsLoader.item.saveSettings()