Work in progress language selection support

Still need to add a popup telling you that NUSGet needs to be restarted after changing the language, and having it load the selected language in the selection menu so that it's checked on launch.
This commit is contained in:
2025-05-26 21:50:04 -04:00
parent e8d6a19d03
commit db6dc65791
8 changed files with 303 additions and 71 deletions

View File

@@ -61,7 +61,7 @@ QMenu {
}
QMenu::item {
padding: 6px 2px;
padding: 6px 16px 6px 4px;
margin: 2px;
border-radius: 4px;
background-color: transparent;

View File

@@ -62,7 +62,7 @@ QMenu {
}
QMenu::item {
padding: 6px 2px;
padding: 6px 16px 6px 4px;
margin: 2px;
border-radius: 4px;
background-color: transparent;