diff --git a/qml/pages/Profile.qml b/qml/pages/Profile.qml
index 3bd6832..1d6692c 100644
--- a/qml/pages/Profile.qml
+++ b/qml/pages/Profile.qml
@@ -9,7 +9,6 @@ Page {
property string display_name : "";
property string username : "";
property string profileImage : "";
- property string discoverable : "";
property int user_id;
property int statuses_count;
property int following_count;
@@ -135,6 +134,7 @@ Page {
}
}
+
MyList {
id: list
header: ProfileHeader {
@@ -250,6 +250,7 @@ Page {
Text {
x: Theme.horizontalPageMargin
width: parent.width - ( 2 * Theme.horizontalPageMargin )
+ id: txtnote
text: note
font.pixelSize: Theme.fontSizeExtraSmall
color: Theme.secondaryColor
@@ -280,6 +281,7 @@ Page {
Qt.openUrlExternally(link);
}
}
+
}
Column {
spacing: Theme.paddingMedium
diff --git a/qml/pages/components/ProfileHeader.qml b/qml/pages/components/ProfileHeader.qml
index 46e499a..f2a4ddf 100644
--- a/qml/pages/components/ProfileHeader.qml
+++ b/qml/pages/components/ProfileHeader.qml
@@ -7,7 +7,7 @@ Item {
property string title: "";
property string description: "";
property string image: "";
- //property string bg: "";
+ property string bg: "";
width: parent.width
height: icon.height + Theme.paddingLarge*2
diff --git a/translations/harbour-tooterb-it.ts b/translations/harbour-tooterb-it.ts
index b761706..67a9a56 100644
--- a/translations/harbour-tooterb-it.ts
+++ b/translations/harbour-tooterb-it.ts
@@ -274,7 +274,7 @@
Biografia
-
+
Aprire profile nel browser