MCPcopy Index your code
hub / github.com/corecoding/Vitals / _defaultLabel

Method _defaultLabel

extension.js:741–746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

739 }
740
741 _defaultLabel() {
742 return new St.Label({
743 y_expand: true,
744 y_align: Clutter.ActorAlign.CENTER
745 });
746 }
747
748 _defaultIcon(key) {
749 let split = key.replaceAll('_', ' ').trim().split(' ')[0].split('-');

Callers 1

_initializeMenuGroupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected