mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +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() {
|
protected void requestUserAttention() {
|
||||||
if(Taskbar.isTaskbarSupported()) {
|
if(Taskbar.isTaskbarSupported() && Taskbar.getTaskbar().isSupported(Taskbar.Feature.USER_ATTENTION)) {
|
||||||
Taskbar.getTaskbar().requestUserAttention(true, false);
|
Taskbar.getTaskbar().requestUserAttention(true, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue