mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Facebook integration: Album name is required
The upload would fail with an empty album, so disable the OK button onless an album name is set. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dd51b434e6
commit
3e5c1713d2
2 changed files with 12 additions and 2 deletions
|
|
@ -42,6 +42,7 @@ public:
|
|||
QString album() const;
|
||||
public slots:
|
||||
void selectionChanged();
|
||||
void albumChanged();
|
||||
private:
|
||||
Ui::SocialnetworksDialog *ui;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue