You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop: Dev fix: Added back title on header buttons
This commit is contained in:
@@ -232,7 +232,7 @@ export default class CommandService extends BaseService {
|
||||
title(commandName:string):string {
|
||||
const command = this.commandByName(commandName);
|
||||
if (!command || !command.runtime) return null;
|
||||
return command.runtime.props ? command.runtime.title(command.runtime.props ? command.runtime.props : {}) : null;
|
||||
return command.runtime.title(command.runtime.props ? command.runtime.props : {});
|
||||
}
|
||||
|
||||
private extractExecuteArgs(command:Command, executeArgs:any) {
|
||||
|
||||
Reference in New Issue
Block a user