ladybird/Userland/Applications/ImageViewer
Mohsan Ali 102d345a8f ImageViewer: Enable and disable navigation
Before there was dialogs to indicate if
current file is last or first.

So in this commit, I added functionality to enable
and disable forward and backward navigation based
on if the next file is avialable or not and if the
pervious file is avialable or not, respectively.

ImageViewer: Refactor code and init data

Data intialization was not happening properly, now I did
Initializations properly so that navigation can work from
the very first image.
2021-09-13 23:46:16 +04:30
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp ImageViewer: Enable and disable navigation 2021-09-13 23:46:16 +04:30
ViewWidget.cpp ImageViewer: Enable and disable navigation 2021-09-13 23:46:16 +04:30
ViewWidget.h ImageViewer: Enable and disable navigation 2021-09-13 23:46:16 +04:30