mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-03 14:54:17 +00:00
add status icons and styling
This commit is contained in:
parent
f69ca3298c
commit
ba212fa6dc
@ -1,6 +1,3 @@
|
||||
// Where shared common styles live
|
||||
|
||||
// --- BOOTSTRAP ---
|
||||
@import './variables';
|
||||
@import './mixins';
|
||||
@import '~bootstrap-sass/assets/stylesheets/bootstrap/normalize';
|
||||
|
@ -1,4 +1,4 @@
|
||||
export const APP_TITLE = 'MyCrypto';
|
||||
export const REPOSITORY_OWNER = 'MyCryptoHQ';
|
||||
export const REPOSITORY_NAME = 'MyCrypto';
|
||||
export const APP_TITLE = 'Status';
|
||||
export const REPOSITORY_OWNER = 'status-im';
|
||||
export const REPOSITORY_NAME = 'Status';
|
||||
export const REPOSITORY = `https://github.com/${REPOSITORY_OWNER}/${REPOSITORY_NAME}`;
|
||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 167 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 41 KiB |
@ -102,7 +102,7 @@ export default function(mainWindow: BrowserWindow) {
|
||||
}
|
||||
|
||||
function resetWindowFromUpdates(window: BrowserWindow) {
|
||||
window.setTitle('MyCrypto');
|
||||
window.setTitle('Status');
|
||||
window.setProgressBar(-1); // Clears progress bar
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user