Skip to content

Commit 62cb4bd

Browse files
author
Caldis
committed
移动文件 | Move files
1 parent 271ea9b commit 62cb4bd

16 files changed

+12
-10
lines changed

Mos.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,9 @@
339339
0B6D3B6420419EF5004CC064 /* Utils */,
340340
0B12EF5C203C7D510058B169 /* Logger */,
341341
0B12EF5B203C3D510058B169 /* Options */,
342+
23D707B12191601A007B5325 /* Windows */,
342343
0B74C43D205E364A00E3F942 /* Managers */,
343344
0B12EF1B203ADD0B0058B169 /* ScrollCore */,
344-
0BB0F1BC20F39FFB00909B7D /* WelcomeWindow */,
345-
0B12EF20203AE0E00058B169 /* MonitorWindow */,
346-
0B12EF21203AE0F50058B169 /* PreferencesWindow */,
347-
0B43379C2065415600EEB281 /* HideStatusItemWindow */,
348345
0B12EF26203AE25A0058B169 /* OCBridge */,
349346
0B12EF28203AE2E00058B169 /* Localization */,
350347
22142DA91E25344E00E4BFBF /* Main.storyboard */,
@@ -363,6 +360,17 @@
363360
name = Frameworks;
364361
sourceTree = "<group>";
365362
};
363+
23D707B12191601A007B5325 /* Windows */ = {
364+
isa = PBXGroup;
365+
children = (
366+
0BB0F1BC20F39FFB00909B7D /* WelcomeWindow */,
367+
0B12EF20203AE0E00058B169 /* MonitorWindow */,
368+
0B12EF21203AE0F50058B169 /* PreferencesWindow */,
369+
0B43379C2065415600EEB281 /* HideStatusItemWindow */,
370+
);
371+
path = Windows;
372+
sourceTree = "<group>";
373+
};
366374
/* End PBXGroup section */
367375

368376
/* Begin PBXNativeTarget section */

Mos/PreferencesWindow/PreferencesAboutViewController.swift renamed to Mos/Windows/PreferencesWindow/PreferencesAboutViewController.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ class PreferencesAboutViewController: NSViewController {
1616

1717
override func viewDidLoad() {
1818
super.viewDidLoad()
19-
// 设置按钮文字颜色
20-
let paragraphStyle = NSMutableParagraphStyle()
21-
paragraphStyle.alignment = .center
22-
homePageButton.attributedTitle = NSAttributedString(string: homePageButton.title, attributes: [NSAttributedStringKey.foregroundColor : NSColor.white, NSAttributedStringKey.paragraphStyle : paragraphStyle])
23-
githubButton.attributedTitle = NSAttributedString(string: githubButton.title, attributes: [NSAttributedStringKey.foregroundColor : NSColor.white, NSAttributedStringKey.paragraphStyle : paragraphStyle])
24-
donateButton.attributedTitle = NSAttributedString(string: donateButton.title, attributes: [NSAttributedStringKey.foregroundColor : NSColor.white, NSAttributedStringKey.paragraphStyle : paragraphStyle])
2519
}
2620

2721
// 主页

0 commit comments

Comments
 (0)