We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e46d09 + 2abc68b commit af0d50dCopy full SHA for af0d50d
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"package": {
3
"productName": "Orange",
4
- "version": "0.6.4"
+ "version": "0.6.5"
5
},
6
"build": {
7
"distDir": "../build",
src/index.css
@@ -170,4 +170,8 @@ body {
170
}
171
.status-bar .files{
172
margin-right: 20px;
173
+}
174
+
175
+div.ms-Suggestions-container>div:first-child{
176
+ display: none;
177
0 commit comments