Mini Kabibi Habibi
layout eveStartBar {
interface:
useGenerateImageButton;
stock_image_button;
view context_bar(name: '$$$/CxUI/Start/Bar/Title=Start Bar') {
context_button(identifier: "import_image", image: "Drover_AddContent", name: '$$$/CxUI/Start/Bar/Button/ImportDeviceImage/Name=Add from device');
optional(bind: @stock_image_button) {
context_button(identifier: "import_stock_image", image: "Drover_AddStockImage", name: '$$$/CxUI/Start/Bar/Button/ImportStockImage/Name=Add free stock images');
}
optional(bind: @useGenerateImageButton) {
context_button(identifier: "generate_image", image: "Drover_GenerateImage", name: '$$$/CxUI/Start/Bar/Button/GenerateImage/Name=Generate image');
}
context_button(identifier: "more", image: "More_Options", variant:'action', is_quiet:true, alt: '$$$/CxUI/Start/Bar/Button/MoreOptions/More=More options');
}
}