Skip to content

Commit af0d50d

Browse files
authored
Merge pull request #24 from naaive/suggestion
Suggestion
2 parents 6e46d09 + 2abc68b commit af0d50d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Orange",
4-
"version": "0.6.4"
4+
"version": "0.6.5"
55
},
66
"build": {
77
"distDir": "../build",

src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,8 @@ body {
170170
}
171171
.status-bar .files{
172172
margin-right: 20px;
173+
}
174+
175+
div.ms-Suggestions-container>div:first-child{
176+
display: none;
173177
}

0 commit comments

Comments
 (0)