1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-11 09:28:38 +00:00

* button background

This commit is contained in:
ad 2018-04-27 16:17:40 +03:00
parent 5f02bb2962
commit d1a577868b

View File

@ -106,7 +106,7 @@ class CustomButtonCell: NSButtonCell {
extension NSButton {
var title: String {
get {
return (self.cell?.title)!
return ""// (self.cell?.title)!
}
set (newTitle) {