Rasmus Zweidorff Iversen
Rasmus Zweidorff Iversen
Hello I made a minor change, that basically makes it possible to use a different colored non-filled circle if more events exist on a particular day, and the calendar use...
Added a check so buttons wont be added, if the button-layout is explicit defined to not contain any buttons I don't have any window buttons on my windows, so it...
I'm trying to mock a function, and then verify it gets called. I'm using the below code: // arrange const safeEvalMock: IMock any> = Mock.ofInstance(() => It.isAny()); const action =...
Added hooks for minimize, toggle-maximize and close, in the main process, and exposed same named emitted events through the window object. This makes it easy to integrate inline window control...