mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-23 20:36:44 +00:00
followup to test taskbar user attention feature support
This commit is contained in:
parent
f2b0f8ca9e
commit
ff340c2449
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class SorobanController {
|
|||
}
|
||||
|
||||
protected void requestUserAttention() {
|
||||
if(Taskbar.isTaskbarSupported()) {
|
||||
if(Taskbar.isTaskbarSupported() && Taskbar.getTaskbar().isSupported(Taskbar.Feature.USER_ATTENTION)) {
|
||||
Taskbar.getTaskbar().requestUserAttention(true, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue