kamrowcj0380 / Node_Based_Notes

A graph style text editor, using nodes to portray text files.
0 stars 0 forks source link

Make functions to create standards for yes/no and alert based button menus #6

Open kamrowcj0380 opened 4 days ago

kamrowcj0380 commented 4 days ago

There are calls to "runButtonMenu()" which prompt the user, but either seek a boolean response or simply alert the user. These should become helper functions, which will simplify the code but also create a standard so that each yes/no or alert functions the same.