mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
Update download script information
This commit is contained in:
parent
827aa96d9d
commit
4b2c98afb2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class AppLayoutComp extends Comp<CompStructure<BorderPane>> {
|
|||
// new SideMenuBarComp.Entry(AppI18n.observable("help"), "mdi2b-book-open-variant", new
|
||||
// StorageLayoutComp()),
|
||||
// new SideMenuBarComp.Entry(AppI18n.observable("account"), "mdi2a-account", new StorageLayoutComp())
|
||||
if (AppProperties.get().isDeveloperMode()) {
|
||||
if (AppProperties.get().isDeveloperMode() && !AppProperties.get().isImage()) {
|
||||
l.add(new SideMenuBarComp.Entry(
|
||||
AppI18n.observable("developer"), "mdi2b-book-open-variant", new DeveloperTabComp()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue