mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-08 07:03:28 -06:00
9 lines
299 B
JavaScript
9 lines
299 B
JavaScript
module.exports= {
|
|
// Title bar
|
|
TITLE_BAR: "#title-bar",
|
|
MAXIMIZE_BTN: "#title-bar-maximize-button",
|
|
SYM_LOGO: "#logo",
|
|
MINIMIZED_BUTTON: "button#title-bar-minimize-button",
|
|
CLOSE_BUTTON: "button#title-bar-close-button",
|
|
MAIN_MENU_ITEM: "#hamburger-menu-button"
|
|
}; |