mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
update icon, check in new icon, remove hardcoding of 'sawka' in comment lines
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ module.exports = {
|
||||
"node_modules/fs-ext/**",
|
||||
"node_modules/fsevents/**",
|
||||
],
|
||||
icon: "static/PromptIcon.icns",
|
||||
icon: "icon/Prompt.icns",
|
||||
osxNotarize: {
|
||||
tool: "notarytool",
|
||||
keychainProfile: "notarytool-creds",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1
-4
@@ -173,12 +173,9 @@ class LineText extends React.Component<{sw : ScreenWindow, line : LineType}, {}>
|
||||
return (
|
||||
<div className="line line-text" data-lineid={line.lineid} data-linenum={line.linenum} data-windowid={line.windowid} onClick={this.clickHandler}>
|
||||
<div className={cn("focus-indicator", {"selected": isSelected}, {"active": isSelected && isFocused})}/>
|
||||
<div className="avatar">
|
||||
S
|
||||
</div>
|
||||
<LineAvatar line={line}/>
|
||||
<div className="line-content">
|
||||
<div className="meta">
|
||||
<div className="user">{line.userid}</div>
|
||||
<div className="ts">{formattedTime}</div>
|
||||
</div>
|
||||
<div className="text">
|
||||
|
||||
Reference in New Issue
Block a user