Skip to content

Commit

Permalink
Remove comment & move app switcher tooltip from icon to button
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed May 25, 2021
1 parent b40fed7 commit b7ad624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/web-app-files/src/components/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ export default {
}
},
canUpload() {
// return this.currentFolder.permissions.indexOf('C') >= 0
// borrowed from packages/web-app-files/src/helpers/resources.js
if (this.currentFolder === null) {
return false
}
Expand Down
3 changes: 2 additions & 1 deletion packages/web-runtime/src/components/ApplicationsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<oc-button
id="_appSwitcherButton"
ref="menubutton"
v-oc-tooltip="applicationSwitcherLabel"
appearance="raw"
class="oc-topbar-menu-burger"
:aria-label="applicationSwitcherLabel"
>
<oc-icon v-oc-tooltip="applicationSwitcherLabel" name="apps" class="uk-flex" />
<oc-icon name="apps" class="uk-flex" />
</oc-button>
<oc-drop
ref="menu"
Expand Down

0 comments on commit b7ad624

Please sign in to comment.