mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Show progress dialog during startup (#9255)
* Show progress dialog during startup for selection enumeration that can take a long time. * Updated with better code organization and a timer to ensure the progress dialog does not appear in most cases. * Update based on PR feedback * Change progress dialog delay from 1500ms to 2500ms * Move progress dialog invocation off the main UI thread Co-authored-by: Chris Davis (EDGE) <chrdavis@microsoft.com>
This commit is contained in:
@@ -205,4 +205,10 @@ Please select from the options above to show items.</value>
|
||||
<data name="Rename_Criteria" xml:space="preserve">
|
||||
<value>Enter the criteria below to rename the items</value>
|
||||
</data>
|
||||
<data name="Loading" xml:space="preserve">
|
||||
<value>Loading...</value>
|
||||
</data>
|
||||
<data name="Loading_Msg" xml:space="preserve">
|
||||
<value>Please wait while the selected items are enumerated.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user