mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-07 03:20:40 +00:00
Change UWP progress wording
This commit is contained in:
parent
872589826e
commit
2ca1e8ab3d
@ -359,7 +359,7 @@ void GloSC::on_pbUWP_clicked()
|
||||
delete settings;
|
||||
|
||||
|
||||
QProgressDialog progDialog("Scanning UWP apps...", "Cancel", 0, packages.size(), this);
|
||||
QProgressDialog progDialog("Searching for UWP apps...", "Cancel", 0, packages.size(), this);
|
||||
progDialog.setWindowModality(Qt::WindowModal);
|
||||
|
||||
QList<UWPPair> pairs;
|
||||
|
Loading…
Reference in New Issue
Block a user