mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
AVT-937,AVT-938,AVT-939 : [Spectron][Windows] Close window when 'Minimize on Close' is ON (#437)
This commit is contained in:
committed by
Vishwas Shashidhar
parent
7791d5b39a
commit
f893b5658c
@@ -1,8 +1,9 @@
|
||||
module.exports= {
|
||||
|
||||
module.exports= {
|
||||
// Title bar
|
||||
TITLE_BAR: "#title-bar",
|
||||
MAXIMIZE_BTN: "#title-bar-maximize-button",
|
||||
|
||||
SYM_LOGO: "#logo"
|
||||
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"
|
||||
};
|
||||
Reference in New Issue
Block a user