Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit531b0cf

Browse files
committed
feat: added total units read/written as a tooltip (#2431)
1 parente750a0b commit531b0cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Modules/Disk/popup.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,8 @@ internal class DetailsView: NSStackView {
826826
publicfunc update(smart:smart_t?){
827827
guardself.window?.isVisible??false,let smartelse{return}
828828

829+
self.totalReadValueField?.toolTip="\(smart.totalRead/(512*1000))"
830+
self.totalWrittenValueField?.toolTip="\(smart.totalWritten/(512*1000))"
829831
self.totalReadValueField?.stringValue=Units(bytes: smart.totalRead).getReadableMemory(style:.decimal)
830832
self.totalWrittenValueField?.stringValue=Units(bytes: smart.totalWritten).getReadableMemory(style:.decimal)
831833

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp