Revert "display inline title always"

This reverts commit 9ea30dcab6.
pull/41298/head
Simon L 2 years ago
parent 9ea30dcab6
commit 402ef78df7
  1. 2
      apps/files/src/components/FileEntry/FileEntryActions.vue

@ -191,7 +191,7 @@ export default Vue.extend({
methods: {
actionDisplayName(action: FileAction) {
if ((this.gridMode || (this.filesListWidth < 768 && action.inline)) && typeof action.title === 'function') {
if (this.filesListWidth < 768 && action.inline && typeof action.title === 'function') {
// if an inline action is rendered in the menu for
// lack of space we use the title first if defined
const title = action.title([this.source], this.currentView)

Loading…
Cancel
Save