work on startup profile display

This commit is contained in:
AUTOMATIC
2023-05-21 00:41:41 +03:00
parent 05e6fc9aa9
commit 0cc05fc492
9 changed files with 159 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ onOptionsChanged(function() {
function settingsHintsShowQuicksettings() {
requestGet("./internal/quicksettings-hint", {}, function(data) {
var table = document.createElement('table');
table.className = 'settings-value-table';
table.className = 'popup-table';
data.forEach(function(obj) {
var tr = document.createElement('tr');