mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Help: Follow clicked links
This also adds a toolbar and a menu which allow you to navigate back and forth through history ^)
This commit is contained in:
parent
afdc5688ec
commit
395e4210ef
4 changed files with 145 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
|||
include ../../Makefile.common
|
||||
|
||||
OBJS = \
|
||||
ManualModel.o \
|
||||
ManualSectionNode.o \
|
||||
ManualPageNode.o \
|
||||
ManualModel.o \
|
||||
ManualSectionNode.o \
|
||||
ManualPageNode.o \
|
||||
History.o \
|
||||
main.o
|
||||
|
||||
APP = Help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue