mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Label printing fix (#587)
* Handle blank URL provided for file download * Improved printing checks * Auto-select the correct printer
This commit is contained in:
@ -66,5 +66,7 @@ void showLoadingOverlay() {
|
||||
|
||||
|
||||
void hideLoadingOverlay() {
|
||||
Loader.hide();
|
||||
if (Loader.isShown) {
|
||||
Loader.hide();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user