Skip to content

Commit

Permalink
v2.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torum committed Jan 26, 2023
1 parent 8d6dcc9 commit bd34fdd
Show file tree
Hide file tree
Showing 57 changed files with 2,624 additions and 61 deletions.
26 changes: 10 additions & 16 deletions BitWallpaper/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
using BitWallpaper.Helpers;
using Microsoft.UI.Xaml;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
using Microsoft.Windows.AppLifecycle;
using System.ComponentModel;
using BitWallpaper.Views;
using Microsoft.UI.Xaml.Controls;
using BitWallpaper.Models;
using BitWallpaper.ViewModels;
using System.Threading;
using Microsoft.UI.Dispatching;
using BitWallpaper.Views;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Markup;
using System.Threading.Tasks;
using Microsoft.Windows.ApplicationModel.Resources;
using Microsoft.Windows.AppNotifications;
using Microsoft.Windows.AppNotifications.Builder;
using Microsoft.Windows.ApplicationModel.Resources;
using System.Collections;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using System.Text.Json.Nodes;

namespace BitWallpaper
Expand Down Expand Up @@ -129,6 +120,9 @@ protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs ar
}
*/
//

System.IO.Directory.CreateDirectory(App.AppDataFolder);

if (!RuntimeHelper.IsMSIX)
{
WinUIEx.WindowManager.PersistenceStorage = new FilePersistence(Path.Combine(AppDataFolder, "WinUIExPersistence.json"));
Expand Down
34 changes: 34 additions & 0 deletions BitWallpaper/Assets/CryptLogos/ada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 147 additions & 0 deletions BitWallpaper/Assets/CryptLogos/astr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions BitWallpaper/Assets/CryptLogos/avax.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions BitWallpaper/Assets/CryptLogos/axs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions BitWallpaper/Assets/CryptLogos/boba.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions BitWallpaper/Assets/CryptLogos/doge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions BitWallpaper/Assets/CryptLogos/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions BitWallpaper/Assets/CryptLogos/enj.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions BitWallpaper/Assets/CryptLogos/flr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions BitWallpaper/Assets/CryptLogos/link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions BitWallpaper/Assets/CryptLogos/matic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions BitWallpaper/Assets/CryptLogos/mkr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions BitWallpaper/Assets/CryptLogos/omg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions BitWallpaper/Assets/CryptLogos/sand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bd34fdd

Please sign in to comment.