removed attributes dialog

This commit is contained in:
zadam
2020-07-04 10:18:01 +02:00
parent 2e24111c2b
commit a0b3bc858d
6 changed files with 4 additions and 327 deletions

View File

@@ -12,10 +12,6 @@ export default class DialogCommandExecutor extends Component {
import("../dialogs/recent_changes.js").then(d => d.showDialog());
}
showAttributesCommand() {
import("../dialogs/attributes.js").then(d => d.showDialog());
}
showNoteInfoCommand() {
import("../dialogs/note_info.js").then(d => d.showDialog());
}
@@ -74,4 +70,4 @@ export default class DialogCommandExecutor extends Component {
showBackendLogCommand() {
import("../dialogs/backend_log.js").then(d => d.showDialog());
}
}
}