MCPcopy
hub / github.com/paperwm/PaperWM / updateShowTopBar

Method updateShowTopBar

tiling.js:1588–1591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1586 }
1587
1588 updateShowTopBar() {
1589 this.showTopBar = this._getShowTopBarSetting();
1590 this._populated && Topbar.fixTopBar();
1591 }
1592
1593 showTopBarChanged() {
1594 this._removeAddPositionBar();

Callers 2

setSettingsMethod · 0.95
showTopBarChangedMethod · 0.95

Calls 1

_getShowTopBarSettingMethod · 0.95

Tested by

no test coverage detected