Results 3 issues of Kaine

**Describe the bug** If you add the below code as a child of the Titlebar it is unable to detect hover or clicks. If i am in full screen mode...

If you use Electron MenuItem role option the error `Uncaught TypeError: MenuItem must have at least one of label, role or type` is thrown. To reproduce inside the example instead...

I'm having a probelm with my authentication test for the sessions controller. `class Api::V1::Auth::SessionsController < ApplicationController respond_to :json def create parent_password = params[:session][:password] parent_email = params[:session][:email] parent = parent_email.present? &&...