Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mobile Datovka
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Datovka projects
mobile Datovka
Commits
6f8c4907
Commit
6f8c4907
authored
Jan 25, 2018
by
Karel Slaný
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed file dialogue.
parent
7379ca63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qml/dialogues/FileDialogue.qml
qml/dialogues/FileDialogue.qml
+1
-1
No files found.
qml/dialogues/FileDialogue.qml
View file @
6f8c4907
...
@@ -130,7 +130,7 @@ Dialog {
...
@@ -130,7 +130,7 @@ Dialog {
ListElement
{
label
:
qsTr
(
"
Pictures
"
);
key
:
"
picture
"
}
ListElement
{
label
:
qsTr
(
"
Pictures
"
);
key
:
"
picture
"
}
ListElement
{
label
:
qsTr
(
"
Temp
"
);
key
:
"
temp
"
}
ListElement
{
label
:
qsTr
(
"
Temp
"
);
key
:
"
temp
"
}
}
}
on
Activat
ed
:
{
on
CurrentIndexChang
ed
:
{
var
location
=
InteractionFilesystem
.
DESKTOP_LOCATION
var
location
=
InteractionFilesystem
.
DESKTOP_LOCATION
if
(
currentKey
()
===
"
document
"
)
{
if
(
currentKey
()
===
"
document
"
)
{
location
=
InteractionFilesystem
.
DOCUMENTS_LOCATION
location
=
InteractionFilesystem
.
DOCUMENTS_LOCATION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment