Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hyprland-share-picker/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ int main(int argc, char* argv[]) {
QSettings* settings = new QSettings("/tmp/hypr/hyprland-share-picker.conf", QSettings::IniFormat);
w.setGeometry(0, 0, settings->value("width").toInt(), settings->value("height").toInt());

QCoreApplication::setApplicationName("org.hyprland.xdg-desktop-portal-hyprland");

// get the tabwidget
const auto TABWIDGET = w.findChild<QTabWidget*>("tabWidget");
const auto ALLOWTOKENBUTTON = w.findChild<QCheckBox*>("checkBox");
Expand Down
2 changes: 1 addition & 1 deletion hyprland-share-picker/mainpicker.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</size>
</property>
<property name="windowTitle">
<string>MainPicker</string>
<string>Select what to share</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
Expand Down