mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-10 21:58:33 -06:00
dbhub: Highlight current commit in commit list
Highlight the last locally known commit id in the commit list in the Remote dock. This should make it more obvious whether there are any newer commits on the server.
This commit is contained in:
@@ -118,6 +118,7 @@ public:
|
||||
identity(_identity)
|
||||
{}
|
||||
|
||||
void clear() { name = url = commit_id = file = branch = identity = {}; }
|
||||
QString user_name() const;
|
||||
|
||||
std::string name;
|
||||
|
||||
Reference in New Issue
Block a user