fab menu and model selector
This commit is contained in:
@@ -31,22 +31,6 @@ Item {
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
IconButton {
|
||||
anchors.left: parent.left
|
||||
anchors.bottom: parent.bottom
|
||||
icon: "open_in_new"
|
||||
anchors.margins: Tokens.padding.small
|
||||
isRound: true
|
||||
padding: 8
|
||||
font.pointSize: Math.round(18 * 1.2)
|
||||
visible: !ChatState.isWindow
|
||||
|
||||
onClicked: {
|
||||
Detach.create();
|
||||
Visibilities.getForActive().sidebar = false;
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: chatList
|
||||
|
||||
|
||||
Reference in New Issue
Block a user