mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
Update design link 🥰🖇
This commit is contained in:
parent
afe35dca94
commit
f178da091f
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
- [YosefJoo][yosefjoo] for design the icon 🤍
|
||||
- [MohamedRagab2002][mohamedragab] for premium cava account 😍
|
||||
|
||||
[icon]: https://www.canva.com/learn/wp-content/uploads/sites/5/2016/01/icon-canva.png
|
||||
[icon]: https://www.canva.com/design/DAFJ2lUzx0U/YYVmCjU1G3EJY3a5Ut_1DA/edit?utm_content=DAFJ2lUzx0U&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton
|
||||
[yosefjoo]: https://github.com/YosefJoo
|
||||
[mohamedragab]: https://github.com/MohamedRagab2002
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ public class NotificationTimerTask extends TimerTask {
|
|||
@Override
|
||||
public void actionPerformed(@NotNull final AnActionEvent e) {
|
||||
LOGGER.info("Details action performed");
|
||||
new AyahDetailsDialog(project, randomAyah).show();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue